diff options
| author | foobar <sniper@php.net> | 2000-09-03 21:07:10 +0000 | 
|---|---|---|
| committer | foobar <sniper@php.net> | 2000-09-03 21:07:10 +0000 | 
| commit | e5394bbafec430572114d510e06f9b9f195dd2c0 (patch) | |
| tree | 929d5ee34f97288d372b586deed097ceb097dabb | |
| parent | 6a5ee2a5389be8c4062564854224ead025a903fc (diff) | |
| download | php-git-e5394bbafec430572114d510e06f9b9f195dd2c0.tar.gz | |
This makes flex and bison not to add those #line directives which
cause trouble with some compilers.
| -rwxr-xr-x | genfiles | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -9,13 +9,13 @@ sh build/fastgen.sh . yes $files  touch .deps main/.deps ext/standard/libs.mk  cat > config_vars.mk <<EOF -LEX=flex -YACC=bison -y +LEX=flex -L +YACC=bison -y -l  EOF  (cd main && make configuration-parser.c configuration-scanner.c)  (cd ext/standard && make parsedate.c) -rm config_vars.mk .deps ext/standard/libs.mk $files +# rm config_vars.mk .deps ext/standard/libs.mk $files | 
