mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- use the target file name as output file instead of stdout
This commit is contained in:
parent
84bcd9ac96
commit
4352fa69d4
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
|
||||
$(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
|
||||
@(cd $(top_srcdir); $(RE2C) -b ext/standard/var_unserializer.re > $@)
|
||||
@(cd $(top_srcdir); $(RE2C) -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 ext/standard/url_scanner_ex.re > $@)
|
||||
@(cd $(top_srcdir); $(RE2C) -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re)
|
||||
|
||||
$(builddir)/info.lo: $(builddir)/../../main/build-defs.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue