components/timezone/Makefile
changeset 4196 d697072a92f5
parent 4133 76e850a76ee7
child 4256 a2e231ba55cc
--- a/components/timezone/Makefile	Mon Apr 13 09:25:17 2015 -0500
+++ b/components/timezone/Makefile	Mon Apr 27 10:19:50 2015 -0500
@@ -39,18 +39,13 @@
 	 factory northamerica pacificnew \
 	 southamerica backward
 
+include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/ips.mk
 
 POFILE=zoneinfo.po
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
-download::
-	@echo "Nothing to download."
-
-prep:
-	@echo "Nothing to prep."
-
 build:
 	@/bin/sh ./do_pofile.sh > $(POFILE)
 
@@ -60,7 +55,5 @@
 # empty test target
 test:	$(NO_TESTS)
 
-clean:
+clean::
 	$(RM) -r $(BUILD_DIR) $(POFILE)
-
-clobber: clean