mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
f3feef8b93
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.
10 lines
476 B
Makefile
10 lines
476 B
Makefile
$(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
|
|
@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re)
|
|
|
|
$(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re
|
|
@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re)
|
|
|
|
$(builddir)/info.lo: $(builddir)/../../main/build-defs.h
|
|
|
|
$(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
|