diff options
author | Sascha Schumann <sas@php.net> | 1999-10-05 14:12:43 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-10-05 14:12:43 +0000 |
commit | 693207a8451d463d6c38b9b463dd842739cd9b4f (patch) | |
tree | 0f4557ad739f84b841c2cee93ceca6128db5fc82 /makedist | |
parent | 2dd9f01a69caefe6950a618073f523f2af5f5341 (diff) | |
download | php-git-693207a8451d463d6c38b9b463dd842739cd9b4f.tar.gz |
Generate files for distribution (also adds parsedate.c)
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -108,12 +108,9 @@ done # to install set -x ./buildconf --copy -cd libzend -bison -p zend -d zend-parser.y -o zend-parser.c -flex -Pzend -ozend-scanner.c -i zend-scanner.l -cd .. -bison -p cfg -d configuration-parser.y -o configuration-parser.c -flex -Pcfg -oconfiguration-scanner.c -i configuration-scanner.l + +./genfiles + echo "/* Dummy File */" > ext/bcmath/number.c echo "/* Dummy File */" > ext/bcmath/number.h |