diff options
author | foobar <sniper@php.net> | 2005-01-22 20:30:05 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-01-22 20:30:05 +0000 |
commit | 5264cfb85386847326def63fe358560df70400bd (patch) | |
tree | 75bf53933a666e9078d1f2250cbff058f62aaf9b /scripts/phpize.in | |
parent | af1f60e601398343bc8e94c430d0833de936c373 (diff) | |
download | php-git-5264cfb85386847326def63fe358560df70400bd.tar.gz |
- Remove also autom4te.cache dir with phpize --clean
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r-- | scripts/phpize.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in index 4e7b709759..6d09cf98d0 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -10,7 +10,7 @@ FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4" FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh" CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \ mkinstalldirs missing config.nice config.sub config.guess configure configure.in \ - aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache \ + 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" # function declaration |