diff options
author | Andrei Zmievski <andrei@php.net> | 1999-11-22 20:47:37 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-11-22 20:47:37 +0000 |
commit | 103b5cb285b34cdbf7cdb4453b6794ba480e6832 (patch) | |
tree | 40a772aca0a40b4d1de284f53762316183f4e32c /buildconf | |
parent | 4da3f0cc9a083284eb78b107e90131cf5107240e (diff) | |
download | php-git-103b5cb285b34cdbf7cdb4453b6794ba480e6832.tar.gz |
Don't forget the pickle.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 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 |