]> granicus.if.org Git - php/commitdiff
improve nmake fragment
authorAnatol Belski <ab@php.net>
Wed, 4 Jan 2017 02:31:09 +0000 (03:31 +0100)
committerAnatol Belski <ab@php.net>
Wed, 4 Jan 2017 11:18:54 +0000 (12:18 +0100)
ext/standard/Makefile.frag.w32

index d65b7daf5c77c043ceda8db12f6319d7886283d1..c4927f5545dbb24bd5e60adb3d5658e418c38fae 100644 (file)
@@ -1,7 +1,11 @@
 
-ext\standard\var_unserializer.c: ext\standard\var_unserializer.re
+$(PHP_SRC_DIR)\ext\standard\var_unserializer.c: $(PHP_SRC_DIR)\ext\standard\var_unserializer.re
+       cd $(PHP_SRC_DIR)
        $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re
 
-ext\standard\url_scanner_ex.c: ext\standard\url_scanner_ex.re
+$(PHP_SRC_DIR)\ext\standard\url_scanner_ex.c: $(PHP_SRC_DIR)\ext\standard\url_scanner_ex.re
+       cd $(PHP_SRC_DIR)
        $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re
 
+$(BUILD_DIR)\ext\standard\basic_functions.obj: $(PHP_SRC_DIR)\Zend\zend_language_parser.h
+