summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-10-01 10:33:39 -0700
committerChristopher Jones <sixd@php.net>2013-10-01 10:33:39 -0700
commit60e38b3243577abc80ce6bbcfb0b4125b08acb85 (patch)
tree8ead6bc88396b8c6db4f8939a640b5c33c308d28
parentec5b87c50dd9b77bd3b638157f317749237d5566 (diff)
downloadphp-git-60e38b3243577abc80ce6bbcfb0b4125b08acb85.tar.gz
Revert "Make 'make distclean' remove the downloaded pear PHAR"
This reverts commit d7baf0427fb56cbde55495e5c2071b1cdacb94ce.
-rw-r--r--Makefile.global1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index c56ef992d9..05c5d151b7 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -125,7 +125,6 @@ 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