diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-11-09 11:05:40 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-11-09 11:05:40 +0000 |
commit | 366fc3f9ed963d7c394f8b6dd5ae13bd649c8474 (patch) | |
tree | 584f8efec29f47224268db76a2ea602d04ba3408 /lisp/Makefile.in | |
parent | bf17c6e67e9a0fe77c709e9a7379c4d8deffcd4a (diff) | |
download | emacs-366fc3f9ed963d7c394f8b6dd5ae13bd649c8474.tar.gz |
* Makefile.in (maintainer-clean): Depend on distclean.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index d6d3eb3c278..e87ffa6f265 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -311,7 +311,7 @@ bootstrap-prepare: fi \ fi -maintainer-clean: +maintainer-clean: distclean cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) bootstrap-clean: |