summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
authorTianfeng <mikan.tenny@gmail.com>2013-08-12 13:55:23 +0800
committerTianfeng <mikan.tenny@gmail.com>2013-08-12 13:55:23 +0800
commit19312fa8f6ef28340f314d7848d3e7de99f95189 (patch)
tree099617c5f27d32dc2913a1e547298d8bb2c4d90c /scripts/phpize.in
parent3ada3aaea65bdfa11d6a70040ea7c63f7020d0ef (diff)
downloadphp-git-19312fa8f6ef28340f314d7848d3e7de99f95189.tar.gz
Fixbug: phpize --clean will delete include/*.h
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r--scripts/phpize.in2
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 \