From: Kalle Sommer Nielsen Date: Wed, 27 May 2009 01:46:27 +0000 (+0000) Subject: Lets pass the built php binary to run-tests.php's -p parameter X-Git-Tag: php-5.4.0alpha1~191^2~3505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4e7b6c3efca5787439ed0bcfb80566bd3c62be0;p=php Lets pass the built php binary to run-tests.php's -p parameter --- diff --git a/win32/build/Makefile b/win32/build/Makefile index da174f9b58..a4635b4bc8 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -113,10 +113,7 @@ clean-all: -@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\*.rc $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL test: - <