summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2020-05-14 16:59:54 +0200
committerBob Weinand <bobwei9@hotmail.com>2020-05-14 16:59:54 +0200
commit4bc1cf29287fd73ced0f93f713fe93e421465cd7 (patch)
tree94b8b1c0628937955b7b23d1b8aaddb573040ed8 /build
parent5a1769430453c73f53de1dffc2142514274864e6 (diff)
downloadphp-git-4bc1cf29287fd73ced0f93f713fe93e421465cd7.tar.gz
Remove generated zend_jit_x86.c upon make distclean
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.global1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.global b/build/Makefile.global
index 17482043f9..45c948e5d9 100644
--- a/build/Makefile.global
+++ b/build/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 ext/opcache/jit/zend_jit_x86.c
if test "$(srcdir)" != "$(builddir)"; then \
rm -f ext/phar/phar/phar.inc; \
fi