]> granicus.if.org Git - php/commitdiff
- silent copy
authorPierre Joye <pajoye@php.net>
Mon, 3 Jan 2011 01:07:28 +0000 (01:07 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 3 Jan 2011 01:07:28 +0000 (01:07 +0000)
win32/build/Makefile

index 171d81df587f8909874fa2b49587f566122d016f..5ccb2a95ad4b188766cc3bedcd7e0721125ae60b 100644 (file)
@@ -182,7 +182,7 @@ build-devel: build-headers build-lib
        @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
        @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
        @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
-       copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
+       @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
 
 install-sdk: build-devel
        @xcopy /Q /Y /E /I $(BUILD_DIR_DEV)\* $(PHP_PREFIX)\SDK