summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-09-30 15:46:22 -0700
committerChristopher Jones <sixd@php.net>2013-09-30 15:46:22 -0700
commitd7baf0427fb56cbde55495e5c2071b1cdacb94ce (patch)
tree82baf6c106380c00f932ab001e832766f23c6e2b
parentd4d6a95105feb3d7a39a5dfea7c4cd3080097295 (diff)
downloadphp-git-d7baf0427fb56cbde55495e5c2071b1cdacb94ce.tar.gz
Make 'make distclean' remove the downloaded pear PHAR
-rw-r--r--Makefile.global1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.global b/Makefile.global
index 05c5d151b7..c56ef992d9 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -125,6 +125,7 @@ distclean: clean
rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html
rm -f ext/iconv/php_have_bsd_iconv.h ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h ext/iconv/php_have_iconv.h ext/iconv/php_have_libiconv.h ext/iconv/php_iconv_aliased_libiconv.h ext/iconv/php_iconv_supports_errno.h ext/iconv/php_php_iconv_h_path.h ext/iconv/php_php_iconv_impl.h
rm -f ext/phar/phar.phar ext/phar/phar.php
+ rm -f pear/install-pear-nozlib.phar
if test "$(srcdir)" != "$(builddir)"; then \
rm -f ext/phar/phar/phar.inc; \
fi