Skip to content

Commit 19312fa

Browse files
committed
Fixbug: phpize --clean will delete include/*.h
1 parent 3ada3aa commit 19312fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/phpize.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SED="@SED@"
1111

1212
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4"
1313
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
14-
CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \
14+
CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \
1515
mkinstalldirs missing config.nice config.sub config.guess configure configure.in \
1616
aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache autom4te.cache/ \
1717
config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \

0 commit comments

Comments
 (0)