components/php-5_3/Makefile
changeset 4196 d697072a92f5
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
--- a/components/php-5_3/Makefile	Mon Apr 13 09:25:17 2015 -0500
+++ b/components/php-5_3/Makefile	Mon Apr 27 10:19:50 2015 -0500
@@ -153,6 +153,8 @@
 .PHONY:	$(SUBDIRS)
 
 download:		TARGET = download
+unpack:			TARGET = unpack
+patch:			TARGET = patch
 prep:			TARGET = prep
 install:		TARGET = install
 clean:			TARGET = clean
@@ -164,13 +166,13 @@
 
 .DEFAULT:	publish
 
-download::	$(SUBDIRS)
-prep install test publish: $(SUBDIRS)
+download unpack patch prep::	$(SUBDIRS)
+install test publish: $(SUBDIRS)
 
-clean:		$(SUBDIRS)
+clean::		$(SUBDIRS)
 	$(RM) -r $(BUILD_DIR)
 
-clobber:	$(SUBDIRS) clean
+clobber::	$(SUBDIRS) clean
 
 $(SUBDIRS):	FORCE
 	@cd $@ && echo "$(TARGET) $@" && $(MAKE) $(TARGET)