summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorWill Fitch <willf@aweber.com>2014-01-23 21:35:24 -0500
committerWill Fitch <willf@aweber.com>2014-01-23 21:35:24 -0500
commita9b40a20fcd6c3c06c62908bc1e7b8a645ecd3c2 (patch)
tree4d483582801500092e6e93f0d823acacf6805a03 /Makefile.global
parent698b04270e116f91c7715487c90d8e6dc8d5f0ca (diff)
parentc0acb9d5f6fc5b8cd1b389877deb2f9452b6ee0b (diff)
downloadphp-git-a9b40a20fcd6c3c06c62908bc1e7b8a645ecd3c2.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Update gitignore and Makefile for additional entries
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.global b/Makefile.global
index bd82daf4d8..11a7d5c43e 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -115,6 +115,7 @@ 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