From 24da62d342d271b3d785741a48b7103fece6ed82 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 2 Sep 2017 16:56:52 +0200 Subject: Fix command --- win32/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/build/Makefile b/win32/build/Makefile index e21099fa66..e1c64710ba 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -243,7 +243,7 @@ really-install: @if not exist $(PHP_PREFIX)\ext mkdir $(PHP_PREFIX)\ext @echo Installing files under $(PHP_PREFIX) @if exist $(BUILD_DIR)\*.exe copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul - @touch $(BUILD_DIR)\extension_dlls.txt + @type nul > $(BUILD_DIR)\extension_dlls.txt @if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(BUILD_DIR)\php_*.dll > $(BUILD_DIR)\extension_dlls.txt @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul @echo Registering event source with syslog (requires admin rights) -- cgit v1.2.1