Skip to content

Commit aa23d75

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
2 parents 6e16cc3 + a930e04 commit aa23d75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile.global

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ clean:
115115
find . -name \*.la -o -name \*.a | xargs rm -f
116116
find . -name \*.so | xargs rm -f
117117
find . -name .libs -a -type d|xargs rm -rf
118-
find . -name \*.1 | xargs rm -f
119118
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_MILTER_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
120119

121120
distclean: clean

0 commit comments

Comments
 (0)