diff options
author | foobar <sniper@php.net> | 2005-12-12 11:49:45 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-12 11:49:45 +0000 |
commit | d43833ecff9125f5dab9e851f5770772fc43ee57 (patch) | |
tree | b4db33184472ced3199f36be39d4b7c70bf8f34b /scripts | |
parent | 379cd5a6df99f2a5388e88400daca3e0509aa476 (diff) | |
download | php-git-d43833ecff9125f5dab9e851f5770772fc43ee57.tar.gz |
MFH: cleanup test outputs
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in index e038464c31..50c26f7b62 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -10,10 +10,10 @@ builddir="`pwd`" FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4" FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php" CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \ - mkinstalldirs missing config.nice config.sub config.guess configure configure.in \ + mkinstalldirs missing config.nice config.sub config.guess configure configure.in \ aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache autom4te.cache/ \ config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \ - run-tests*.php" + run-tests*.php tests/*.diff tests/*.exp tests/*.log tests/*.out" # function declaration phpize_usage() |