changeset 41547:fa1b986db58b

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Nov 2001 11:06:48 +0000
parents 980cfdbcbffb
children 2f20dfef9744
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Nov 26 11:01:20 2001 +0000
+++ b/Makefile.in	Mon Nov 26 11:06:48 2001 +0000
@@ -696,7 +696,7 @@
 	  $(MAKE) $(MFLAGS) bootstrap; \
 	fi
 
-bootstrap: boostrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info
+bootstrap: boostrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info
 
 bootstrap-lisp-1:
 	(cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)