From: Kim F. Storm Date: Sun, 7 Nov 2004 23:23:57 +0000 (+0000) Subject: (bootstrap-clean): New target for 'make bootstrap'. X-Git-Tag: ttn-vms-21-2-B4~4119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0571ccec4073c8412cbb3c915bac78096fe6b821;p=emacs.git (bootstrap-clean): New target for 'make bootstrap'. --- 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