]> granicus.if.org Git - php/commitdiff
Do not remove *.1, it's not generated by make but configure
authorXinchen Hui <laruence@php.net>
Mon, 10 Mar 2014 07:54:20 +0000 (15:54 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 10 Mar 2014 07:54:20 +0000 (15:54 +0800)
Makefile.global

index 40fadccbc83ef46b6a22da47a1f8ad1c29d015aa..05c5d151b74cc652cd143f18d33f8b29d766bbee 100644 (file)
@@ -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