summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-09-02 16:58:44 +0200
committerAnatol Belski <ab@php.net>2017-09-02 16:58:44 +0200
commit296d0826da6173ec4b38b4ae87f0765ca7e34d55 (patch)
treea41c12cb310ba93e66cbfe7d03b93e06c8ded6d5
parentafad9006c705489f101ed2b6de63383083ae007c (diff)
parent24da62d342d271b3d785741a48b7103fece6ed82 (diff)
downloadphp-git-296d0826da6173ec4b38b4ae87f0765ca7e34d55.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fix command
-rw-r--r--win32/build/Makefile2
1 files changed, 1 insertions, 1 deletions
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)