File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ clean:
116
116
find . -name \*.so | xargs rm -f
117
117
find . -name .libs -a -type d|xargs rm -rf
118
118
rm -f libphp.la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
119
+ rm -f ext/opcache/jit/zend_jit_x86.c
119
120
120
121
distclean: clean
121
122
rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h
@@ -124,7 +125,6 @@ distclean: clean
124
125
rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.1 ext/phar/phar.1 ext/phar/phar.phar.1
125
126
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
126
127
rm -f ext/phar/phar.phar ext/phar/phar.php
127
- rm -f ext/opcache/jit/zend_jit_x86.c
128
128
if test "$(srcdir)" != "$(builddir)"; then \
129
129
rm -f ext/phar/phar/phar.inc; \
130
130
fi
You can’t perform that action at this time.
0 commit comments