forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate files for distribution (also adds parsedate.c)
- Loading branch information
Sascha Schumann
committed
Oct 5, 1999
1 parent
2dd9f01
commit 693207a
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#! /bin/sh | ||
|
||
STD='make -f Makefile.am LEX=flex YACC="bison -y" srcdir=.' | ||
|
||
(cd libzend && eval "$STD zend-parser.c zend-scanner.c zend-scanner-cc.cc") | ||
eval "$STD configuration-parser.c configuration-scanner.c" | ||
(cd ext/standard && eval "$STD parsedate.c") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters