]> granicus.if.org Git - php/commitdiff
- Hope this is the last commit in the series. Make sure that the .h file
authorAndi Gutmans <andi@php.net>
Mon, 27 May 2002 14:47:03 +0000 (14:47 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 27 May 2002 14:47:03 +0000 (14:47 +0000)
- also goes into ext/standard. I'm not sure how 4.2.1 was built with these
- broken files

genfiles

index 6142fc93c6565b2996fff2e45f8942d63d45484e..c20115f2eb4d6ef0b6a2b0b64d8bccda6aa7316c 100755 (executable)
--- a/genfiles
+++ b/genfiles
@@ -5,7 +5,7 @@ STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=Zend builddir
 (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 -d -y -l ext/standard/parsedate.y && mv y.tab.c ext/standard/parsedate.c
+bison -d -y -l ext/standard/parsedate.y -o ext/standard/parsedate.c
 
 for f in ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
   cp $f $f.orig