mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Don't forget the pickle.
This commit is contained in:
parent
4da3f0cc9a
commit
103b5cb285
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ fi
|
|||
autoheader
|
||||
|
||||
# find all Makefile.ams
|
||||
files="Makefile `find ext sapi regex -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`"
|
||||
files="Makefile `find ext sapi regex pecl -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`"
|
||||
|
||||
# suppress stupid automake warning
|
||||
automake --add-missing --include-deps $automake_flags $files 2>&1 | grep -v \$PHP_OUTPUT_FILES >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue