diff options
author | foobar <sniper@php.net> | 2005-12-12 11:49:30 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-12 11:49:30 +0000 |
commit | f6c1212b171c5d2e23a6fbb19bdc8ba07ff74640 (patch) | |
tree | 399febb11336dc3d8b5e3f92c09ad3ecd94e2e33 /scripts/phpize.in | |
parent | eccf9c7abf376c5089a7ff0ccbca62c0707cc4ae (diff) | |
download | php-git-f6c1212b171c5d2e23a6fbb19bdc8ba07ff74640.tar.gz |
- Cleanup test output files too
Diffstat (limited to 'scripts/phpize.in')
-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 eed03fc74e..e25d719783 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() |