diff options
author | Kim F. Storm <storm@cua.dk> | 2004-11-07 23:23:57 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-11-07 23:23:57 +0000 |
commit | 0571ccec4073c8412cbb3c915bac78096fe6b821 (patch) | |
tree | b737b0a49215ceb57be647fa0d257430d79fa80f /lisp/Makefile.in | |
parent | 551373ea9813572e8cb777b3f30a89b4471166ad (diff) | |
download | emacs-0571ccec4073c8412cbb3c915bac78096fe6b821.tar.gz |
(bootstrap-clean): New target for 'make bootstrap'.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5085d3b5b91..d6d3eb3c278 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -314,6 +314,9 @@ bootstrap-prepare: maintainer-clean: cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) +bootstrap-clean: + cd $(lisp); rm -f *.elc */*.elc + # Generate/update files for the bootstrap process. bootstrap: update-subdirs autoloads compile |