We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e16cc3 + a930e04 commit aa23d75Copy full SHA for aa23d75
Makefile.global
@@ -115,7 +115,6 @@ clean:
115
find . -name \*.la -o -name \*.a | xargs rm -f
116
find . -name \*.so | xargs rm -f
117
find . -name .libs -a -type d|xargs rm -rf
118
- find . -name \*.1 | xargs rm -f
119
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/*
120
121
distclean: clean
0 commit comments