summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorWill Fitch <willf@aweber.com>2014-01-23 21:28:45 -0500
committerWill Fitch <willf@aweber.com>2014-01-23 21:28:45 -0500
commitc4c10a222e4358b1d9d28ef852e8a5d56709865d (patch)
treea5575fc632cb59dc7731ed34b700a03b75c0181b /Makefile.global
parent0eff7176defea46d2453a109542480a4263621cb (diff)
downloadphp-git-c4c10a222e4358b1d9d28ef852e8a5d56709865d.tar.gz
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 6b79ad7aa4..ff858c2aa3 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -113,6 +113,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) $(OVERALL_TARGET) modules/* libs/*
distclean: clean