]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-clean): New target for 'make bootstrap'.
authorKim F. Storm <storm@cua.dk>
Sun, 7 Nov 2004 23:23:57 +0000 (23:23 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 7 Nov 2004 23:23:57 +0000 (23:23 +0000)
lisp/Makefile.in

index 5085d3b5b912f97a508db457038c4c4a5ea35c03..d6d3eb3c2782b959dd580b7e88a1234f1fbf9477 100644 (file)
@@ -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