mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
e1d0a14790
Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago
10 lines
251 B
Makefile
10 lines
251 B
Makefile
|
|
$(srcdir)/parsedate.c: $(srcdir)/parsedate.y
|
|
|
|
$(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
|
|
re2c -b $(srcdir)/var_unserializer.re > $@
|
|
|
|
$(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re
|
|
re2c -b $(srcdir)/url_scanner_ex.re > $@
|
|
|