summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-11-07 23:23:57 +0000
committerKim F. Storm <storm@cua.dk>2004-11-07 23:23:57 +0000
commit0571ccec4073c8412cbb3c915bac78096fe6b821 (patch)
treeb737b0a49215ceb57be647fa0d257430d79fa80f /lisp/Makefile.in
parent551373ea9813572e8cb777b3f30a89b4471166ad (diff)
downloademacs-0571ccec4073c8412cbb3c915bac78096fe6b821.tar.gz
(bootstrap-clean): New target for 'make bootstrap'.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in3
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