Skip to content

Commit

Permalink
- Be a bit more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed May 27, 2002
1 parent f404c23 commit 13a6426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genfiles
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=.'

(eval "$STD Zend/zend_language_parser.c Zend/zend_language_scanner.c Zend/zend_ini_parser.c Zend/zend_ini_scanner.c")

set -x
bison -y -l ext/standard/parsedate.y && mv y.tab.c ext/standard/parsedate.c

for f in ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
Expand Down

0 comments on commit 13a6426

Please sign in to comment.