From: Andreas Schwab Date: Thu, 4 Aug 2022 20:21:45 +0000 (+0200) Subject: * lisp/Makefile.in (distclean): Also remove loaddefs.elc. X-Git-Tag: emacs-29.0.90~1447^2~430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b5dccc8b2f36d6d012cf792113de4a3b7b15334;p=emacs.git * lisp/Makefile.in (distclean): Also remove loaddefs.elc. --- 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