From 0cf6e0998badfa3d2d9e93791cd581f2e00fff0b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 27 Apr 2023 21:39:33 +0300 Subject: * Makefile.in (distclean): Remove the 'native-lisp' directory. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 8b77aac38cd..f5fda0eb61a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1030,6 +1030,9 @@ $(foreach dir,$(distclean_dirs),$(eval $(call submake_template,$(dir),distclean) distclean: $(distclean_dirs:=_distclean) clean-gsettings-schemas ${top_distclean} +ifeq ($(HAVE_NATIVE_COMP),yes) + rm -rf native-lisp +endif ### 'bootstrap-clean' ### Delete everything that can be reconstructed by 'make' and that -- cgit v1.2.3