From: Richard M. Stallman Date: Mon, 26 Nov 2001 11:11:24 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~18144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa0c8deb7b6a842d7d9d744a7e46ee2b6c72bd15;p=emacs.git Fix previous change. --- diff --git a/Makefile.in b/Makefile.in index fad910c7e1e..3941b0b07db 100644 --- a/Makefile.in +++ b/Makefile.in @@ -696,7 +696,7 @@ maybe_bootstrap: $(MAKE) $(MFLAGS) bootstrap; \ fi -bootstrap: boostrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info +bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info bootstrap-lisp-1: (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)