diff options
author | Tianfeng <mikan.tenny@gmail.com> | 2013-08-12 13:55:23 +0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-08-18 13:52:20 -0700 |
commit | 4a0e87e497ae77ef9e98ba7906f3c659c3ef289d (patch) | |
tree | 893f549fac4932feabc2278c80b610e21d836e1f | |
parent | cb539b3e96dd0fc8df9564a60b66d8dea4439bc1 (diff) | |
download | php-git-4a0e87e497ae77ef9e98ba7906f3c659c3ef289d.tar.gz |
Fixbug: phpize --clean will delete include/*.h
-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 43cd8d30ff..b86925e295 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -11,7 +11,7 @@ SED="@SED@" 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 \ +CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ 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 autom4te.cache/ \ config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \ |