diff options
author | foobar <sniper@php.net> | 2005-11-08 15:54:20 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-08 15:54:20 +0000 |
commit | a2bd7505817c9ddfc1826990db2e976a8b2d8037 (patch) | |
tree | e54694ff951b131e1a4b5ce93d2ca8f340ea077d /genfiles | |
parent | 3392f566c3cc81112c997103ccbe3f86d27d2c3b (diff) | |
download | php-git-a2bd7505817c9ddfc1826990db2e976a8b2d8037.tar.gz |
- Make sure parse_date.c is free of #line directives in releases
Diffstat (limited to 'genfiles')
-rwxr-xr-x | genfiles | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=Zend builddir set -x -for f in ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do +for f in ext/date/lib/parse_date.c ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do cp $f $f.orig grep -v '#line ' $f.orig > $f done |