From e4e7b6c3efca5787439ed0bcfb80566bd3c62be0 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 27 May 2009 01:46:27 +0000 Subject: [PATCH] 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 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: - <