From: Christopher Jones Date: Mon, 30 Sep 2013 22:46:22 +0000 (-0700) Subject: Make 'make distclean' remove the downloaded pear PHAR X-Git-Tag: php-5.5.5RC1~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7baf0427fb56cbde55495e5c2071b1cdacb94ce;p=php Make 'make distclean' remove the downloaded pear PHAR --- 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