mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
The --no-generation-date flag is a common re2c flag used in all re2c invocations. This adds the 2nd optional argument to PHP_PROG_RE2C M4 macro in BC manner to set the default re2c command-line options and sets the default RE2C_FLAGS similarly on Windows.
4 lines
159 B
Makefile
4 lines
159 B
Makefile
ext\phar\phar_path_check.c: ext\phar\phar_path_check.re
|
|
cd $(PHP_SRC_DIR)
|
|
$(RE2C) $(RE2C_FLAGS) -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
|