summaryrefslogtreecommitdiff
path: root/ext/standard/Makefile.frag
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2012-12-06 09:28:35 +0100
committerSebastian Bergmann <sebastian@php.net>2012-12-06 09:28:35 +0100
commiteab14993febbd3d083c1d45715af122baac140eb (patch)
tree03815567d4f29727b4d966c564a34ddd20006766 /ext/standard/Makefile.frag
parentcd6bf838d5af7e4b402b57fc10526e6c453ad5c5 (diff)
downloadphp-git-eab14993febbd3d083c1d45715af122baac140eb.tar.gz
Invoke re2c with --no-generation-date to prevent unintentional / unnecessary changes in generated files.
Diffstat (limited to 'ext/standard/Makefile.frag')
-rw-r--r--ext/standard/Makefile.frag4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/Makefile.frag b/ext/standard/Makefile.frag
index 4e94962183..8b6e3e233a 100644
--- a/ext/standard/Makefile.frag
+++ b/ext/standard/Makefile.frag
@@ -1,9 +1,9 @@
$(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
- @(cd $(top_srcdir); $(RE2C) -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re)
+ @(cd $(top_srcdir); $(RE2C) --no-generation-date -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) -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re)
+ @(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re)
$(builddir)/info.lo: $(builddir)/../../main/build-defs.h