From e9d289289bb720aa86efe2fd6ddfcf47b57a4afe Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 27 May 2009 01:46:48 +0000 Subject: [PATCH] MFH: Lets pass the built php binary to run-tests.php's -p parameter --- win32/build/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/win32/build/Makefile b/win32/build/Makefile index 580c97f5d46..a4635b4bc81 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: - <