From: Anatol Belski Date: Wed, 4 Jan 2017 02:51:48 +0000 (+0100) Subject: fragment targets have to match the generated ones X-Git-Tag: php-7.2.0alpha1~655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=380073b1fc81e935ea661ae6c0137628e4f709cd;p=php fragment targets have to match the generated ones --- diff --git a/ext/standard/Makefile.frag.w32 b/ext/standard/Makefile.frag.w32 index c4927f5545..640e4840d3 100644 --- a/ext/standard/Makefile.frag.w32 +++ b/ext/standard/Makefile.frag.w32 @@ -1,9 +1,9 @@ -$(PHP_SRC_DIR)\ext\standard\var_unserializer.c: $(PHP_SRC_DIR)\ext\standard\var_unserializer.re +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 -$(PHP_SRC_DIR)\ext\standard\url_scanner_ex.c: $(PHP_SRC_DIR)\ext\standard\url_scanner_ex.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