summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-26 11:11:24 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-26 11:11:24 +0000
commite31bd8f097e653d20e8d622d98c1cf7cac36ab68 (patch)
treeb7fb29d5a3154e4bea9af09bee9c73b1c0f8ae27 /Makefile.in
parent6345e2a18144f90e449b0fe87d8eb566d0966d3d (diff)
downloademacs-e31bd8f097e653d20e8d622d98c1cf7cac36ab68.tar.gz
Fix previous change.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6bef745c3c3..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-after 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)