]> granicus.if.org Git - php/commitdiff
- typo
authorPierre Joye <pajoye@php.net>
Sun, 2 Jan 2011 18:13:20 +0000 (18:13 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 2 Jan 2011 18:13:20 +0000 (18:13 +0000)
win32/build/Makefile

index 61734bbe8bbe0eb62f882d8f479f7ce979116d63..171d81df587f8909874fa2b49587f566122d016f 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_dep.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