* Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
This commit is contained in:
parent
c034abda39
commit
9d1c5fb6ca
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
|
||||
|
||||
2013-04-25 Bastien Guerry <bzg@gnu.org>
|
||||
|
||||
* textmodes/remember.el (remember-data-directory)
|
||||
|
|
|
|||
|
|
@ -433,7 +433,7 @@ bootstrap-clean:
|
|||
cd $(lisp); rm -f *.elc */*.elc */*/*.elc */*/*/*.elc $(AUTOGENEL)
|
||||
|
||||
distclean:
|
||||
-rm -f ./Makefile
|
||||
-rm -f ./Makefile $(lisp)/loaddefs.el~
|
||||
|
||||
maintainer-clean: distclean bootstrap-clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue