From a6312d4217cef0d0079a9ad198495dfb2106cc6f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 23 May 2022 08:09:05 +0200 Subject: [PATCH] Make bootstrap remove the native-lisp/ directory * Makefile.in (bootstrap-clean): Remove the native-lisp/ directory. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 877802ec11c..c3c218a1976 100644 --- a/Makefile.in +++ b/Makefile.in @@ -965,6 +965,7 @@ bootstrap-clean: $(distclean_dirs:=_bootstrap-clean) [ ! -f config.log ] || mv -f config.log config.log~ rm -rf ${srcdir}/info rm -f ${srcdir}/etc/refcards/emacsver.tex + rm -rf native-lisp/ ${top_bootclean} ### 'maintainer-clean' -- 2.39.2