From 4bc1cf29287fd73ced0f93f713fe93e421465cd7 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 14 May 2020 16:59:54 +0200 Subject: [PATCH] Remove generated zend_jit_x86.c upon make distclean --- build/Makefile.global | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0