Fix previous change.

This commit is contained in:
Richard M. Stallman
2001-11-26 11:11:24 +00:00
parent ebcbef4efb
commit fa0c8deb7b

View File

@@ -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)