diff options
author | foobar <sniper@php.net> | 2000-09-05 05:25:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2000-09-05 05:25:33 +0000 |
commit | a58406c0306c7c8e90349cb3f1ac3f09bcf88693 (patch) | |
tree | b9707ecccba9b68d942a3809d2041db21738c721 | |
parent | 6d53c1677583c328d41b719bb99e03a2bb5220e2 (diff) | |
download | php-git-a58406c0306c7c8e90349cb3f1ac3f09bcf88693.tar.gz |
Missed the Zend..fixed.
-rwxr-xr-x | genfiles | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |