emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0b5dccc8b2: * lisp/Makefile.in (distclean): Also remove loaddefs.


From: Andreas Schwab
Subject: master 0b5dccc8b2: * lisp/Makefile.in (distclean): Also remove loaddefs.elc.
Date: Thu, 4 Aug 2022 16:35:36 -0400 (EDT)

branch: master
commit 0b5dccc8b2f36d6d012cf792113de4a3b7b15334
Author: Andreas Schwab <schwab@linux-m68k.org>
Commit: Andreas Schwab <schwab@linux-m68k.org>

    * 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 c11d9bbec9..fc05d39d2a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]