components/php-5_3/Makefile
changeset 4339 6501cf9c29f9
parent 4196 d697072a92f5
child 4826 22a167e06d01
--- a/components/php-5_3/Makefile	Thu May 21 08:56:12 2015 -0700
+++ b/components/php-5_3/Makefile	Thu May 21 13:48:49 2015 -0700
@@ -160,6 +160,7 @@
 clean:			TARGET = clean
 clobber:		TARGET = clobber
 test:			TARGET = test
+system-test:		TARGET = system-test
 publish:		TARGET = publish
 
 build:		install
@@ -167,7 +168,7 @@
 .DEFAULT:	publish
 
 download unpack patch prep::	$(SUBDIRS)
-install test publish: $(SUBDIRS)
+install test system-test publish: $(SUBDIRS)
 
 clean::		$(SUBDIRS)
 	$(RM) -r $(BUILD_DIR)