From ade62e234215bb8bab573f27df07960076f2feb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 21 Feb 2023 21:15:35 +0100 Subject: [PATCH] make clean: remove ext/opcache/minilua --- build/Makefile.global | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Makefile.global b/build/Makefile.global index 0b454a06cfd88..aae5bf0de5963 100644 --- a/build/Makefile.global +++ b/build/Makefile.global @@ -121,6 +121,7 @@ clean: rm -f libphp.la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/* rm -f ext/opcache/jit/zend_jit_x86.c rm -f ext/opcache/jit/zend_jit_arm64.c + rm -f ext/opcache/minilua distclean: clean 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