summaryrefslogtreecommitdiff
path: root/genfiles
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-09-05 05:25:33 +0000
committerfoobar <sniper@php.net>2000-09-05 05:25:33 +0000
commita58406c0306c7c8e90349cb3f1ac3f09bcf88693 (patch)
treeb9707ecccba9b68d942a3809d2041db21738c721 /genfiles
parent6d53c1677583c328d41b719bb99e03a2bb5220e2 (diff)
downloadphp-git-a58406c0306c7c8e90349cb3f1ac3f09bcf88693.tar.gz
Missed the Zend..fixed.
Diffstat (limited to 'genfiles')
-rwxr-xr-xgenfiles2
1 files changed, 1 insertions, 1 deletions
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")