From a930e047927835db02325e0e7a0ae48da00649e0 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 10 Mar 2014 15:54:20 +0800 Subject: Do not remove *.1, it's not generated by make but configure --- Makefile.global | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.global') 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 -- cgit v1.2.1