]> granicus.if.org Git - php/commitdiff
Missed the Zend..fixed.
authorfoobar <sniper@php.net>
Tue, 5 Sep 2000 05:25:33 +0000 (05:25 +0000)
committerfoobar <sniper@php.net>
Tue, 5 Sep 2000 05:25:33 +0000 (05:25 +0000)
genfiles

index ec254e31b9cdc187d337b78a4dd149a66e7706aa..7bdfef27cf071cca38b6daa0eefaa7f12c695e5e 100755 (executable)
--- a/genfiles
+++ b/genfiles
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-STD='make -f Makefile.am LEX=flex YACC="bison -y" srcdir=.'
+STD='make -f Makefile.am LEX="flex -L" YACC="bison -y -l" srcdir=.'
 
 (cd Zend && eval "$STD zend-parser.c zend-scanner.c zend-scanner-cc.cc")