mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/Makefile.in (distclean): Also remove loaddefs.elc.
This commit is contained in:
parent
5a79bb2aed
commit
0b5dccc8b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue