diff options
author | Will Fitch <willf@aweber.com> | 2014-01-23 21:34:57 -0500 |
---|---|---|
committer | Will Fitch <willf@aweber.com> | 2014-01-23 21:34:57 -0500 |
commit | c0acb9d5f6fc5b8cd1b389877deb2f9452b6ee0b (patch) | |
tree | 68166d3fd64c7f73be70611ecee320836c7597d7 /Makefile.global | |
parent | c0fcd3d6b021ac1386d417aa129f76e458b5d769 (diff) | |
parent | c4c10a222e4358b1d9d28ef852e8a5d56709865d (diff) | |
download | php-git-c0acb9d5f6fc5b8cd1b389877deb2f9452b6ee0b.tar.gz |
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Update gitignore and Makefile for additional entries
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.global b/Makefile.global index 05c5d151b7..40fadccbc8 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 |