aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fad910c7e1e..3941b0b07db 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -696,7 +696,7 @@ maybe_bootstrap:
696 $(MAKE) $(MFLAGS) bootstrap; \ 696 $(MAKE) $(MFLAGS) bootstrap; \
697 fi 697 fi
698 698
699bootstrap: boostrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info 699bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info
700 700
701bootstrap-lisp-1: 701bootstrap-lisp-1:
702 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) 702 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)