]> granicus.if.org Git - php/commitdiff
Don't convert to BSD-style Makefiles
authorSascha Schumann <sas@php.net>
Wed, 27 Sep 2000 18:59:44 +0000 (18:59 +0000)
committerSascha Schumann <sas@php.net>
Wed, 27 Sep 2000 18:59:44 +0000 (18:59 +0000)
genfiles

index 7bdfef27cf071cca38b6daa0eefaa7f12c695e5e..0bf92fc0e65957b4166e2d92827eb6529d4a2e93 100755 (executable)
--- a/genfiles
+++ b/genfiles
@@ -5,7 +5,7 @@ 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")
 
 files="Makefile main/Makefile ext/standard/Makefile"
-sh build/fastgen.sh . yes $files
+sh build/fastgen.sh . yes no $files
 touch .deps main/.deps ext/standard/libs.mk
 
 cat > config_vars.mk <<EOF