diff options
author | Sascha Schumann <sas@php.net> | 2000-09-27 18:59:44 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-09-27 18:59:44 +0000 |
commit | d51fe40c2d94ba3337647d6c8fba2f7efb3d4236 (patch) | |
tree | d28c9da8b6678aa3aa2963738f2695ffb1b8f24a /genfiles | |
parent | 2e4ab6899588d586430d5e60606a24b31118dfc0 (diff) | |
download | php-git-d51fe40c2d94ba3337647d6c8fba2f7efb3d4236.tar.gz |
Don't convert to BSD-style Makefiles
Diffstat (limited to 'genfiles')
-rwxr-xr-x | genfiles | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |