From 0571ccec4073c8412cbb3c915bac78096fe6b821 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 7 Nov 2004 23:23:57 +0000 Subject: [PATCH] (bootstrap-clean): New target for 'make bootstrap'. --- lisp/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5