From 0b5dccc8b2f36d6d012cf792113de4a3b7b15334 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 4 Aug 2022 22:21:45 +0200 Subject: [PATCH] * lisp/Makefile.in (distclean): Also remove loaddefs.elc. --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index c11d9bbec9b..fc05d39d2a6 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -460,7 +460,7 @@ bootstrap-clean: rm -f $(AUTOGENEL) distclean: - -rm -f ./Makefile $(lisp)/loaddefs.el + -rm -f ./Makefile $(lisp)/loaddefs.el $(lisp)/loaddefs.elc maintainer-clean: distclean bootstrap-clean rm -f TAGS -- 2.39.2