]> granicus.if.org Git - php/commitdiff
Sync with e0fe6674
authorAnatol Belski <ab@php.net>
Mon, 13 Aug 2018 07:18:38 +0000 (09:18 +0200)
committerAnatol Belski <ab@php.net>
Mon, 13 Aug 2018 07:18:38 +0000 (09:18 +0200)
ext/json/Makefile.frag.w32
ext/pdo/Makefile.frag.w32
ext/phar/Makefile.frag.w32
ext/standard/Makefile.frag.w32

index eaf47e22be969e104b7cad975657a80173fbbd60..ceaf2595cbddf3680770a1029fbdeddbea70d65a 100644 (file)
@@ -1,6 +1,6 @@
 
 ext\json\json_scanner.c: ext\json\json_scanner.re
-       $(RE2C) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanner.c ext/json/json_scanner.re
+       $(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanner.c ext/json/json_scanner.re
 
 ext\json\json_parser.tab.c: ext\json\json_parser.y
        $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
index 3e21fad7e4c90f7fffe64f8c81a91ff0461fcd9c..3958f95a9f0c7cdd8790f429c490f49f4f1e102d 100644 (file)
@@ -1,5 +1,5 @@
 
 ext\pdo\pdo_sql_parser.c: ext\pdo\pdo_sql_parser.re
        cd $(PHP_SRC_DIR)
-       $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
+       $(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
 
index c50b1dbc51533a064d1a23a30fe3294770b543c0..29906a3723f64ff951c0112e1b78763a2a70b35a 100644 (file)
@@ -1,5 +1,5 @@
 
 ext\phar\phar_path_check.c: ext\phar\phar_path_check.re
        cd $(PHP_SRC_DIR)
-       $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
+       $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
 
index 640e4840d34da0227a092e17b90e7a83412bdc33..15ad0789fd3ae7c74118542b9a19903fff3e3515 100644 (file)
@@ -1,11 +1,11 @@
 
 ext\standard\var_unserializer.c: 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
+       $(RE2C) $(RE2C_FLAGS) --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
        cd $(PHP_SRC_DIR)
-       $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re
+       $(RE2C) $(RE2C_FLAGS) --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