aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 9e56d835b6d..138ad5abfa6 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -437,7 +437,7 @@ bootstrap-clean:
437 cd $(lisp); rm -f *.elc */*.elc */*/*.elc */*/*/*.elc $(AUTOGENEL) 437 cd $(lisp); rm -f *.elc */*.elc */*/*.elc */*/*/*.elc $(AUTOGENEL)
438 438
439distclean: 439distclean:
440 -rm -f ./Makefile 440 -rm -f ./Makefile $(lisp)/loaddefs.el~
441 441
442maintainer-clean: distclean bootstrap-clean 442maintainer-clean: distclean bootstrap-clean
443 443