From: Xinchen Hui Date: Mon, 10 Mar 2014 07:54:20 +0000 (+0800) Subject: Do not remove *.1, it's not generated by make but configure X-Git-Tag: php-5.5.11RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a930e047927835db02325e0e7a0ae48da00649e0;p=php Do not remove *.1, it's not generated by make but configure --- diff --git a/Makefile.global b/Makefile.global index 40fadccbc8..05c5d151b7 100644 --- a/Makefile.global +++ b/Makefile.global @@ -115,7 +115,6 @@ clean: find . -name \*.la -o -name \*.a | xargs rm -f find . -name \*.so | xargs rm -f find . -name .libs -a -type d|xargs rm -rf - find . -name \*.1 | xargs rm -f 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/* distclean: clean