diff -r e0e4b5ad6cb9 -r 6501cf9c29f9 components/php-5_3/Makefile --- 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)