From: foobar Date: Tue, 5 Sep 2000 05:25:33 +0000 (+0000) Subject: Missed the Zend..fixed. X-Git-Tag: php-4.0.3RC1~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a58406c0306c7c8e90349cb3f1ac3f09bcf88693;p=php Missed the Zend..fixed. --- diff --git a/genfiles b/genfiles index ec254e31b9..7bdfef27cf 100755 --- 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")