summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-05-27 14:47:03 +0000
committerAndi Gutmans <andi@php.net>2002-05-27 14:47:03 +0000
commit65b11e4aae3e8a6fae69148e69cf4f87f5f80d47 (patch)
treede6e76310fb40d6700a3e64755c8cc988450a179
parent1fa0bd479a568096f1a4bc2d2e241ac3a1457c6e (diff)
downloadphp-git-65b11e4aae3e8a6fae69148e69cf4f87f5f80d47.tar.gz
- Hope this is the last commit in the series. Make sure that the .h file
- also goes into ext/standard. I'm not sure how 4.2.1 was built with these - broken files
-rwxr-xr-xgenfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/genfiles b/genfiles
index 6142fc93c6..c20115f2eb 100755
--- 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