diff options
| -rw-r--r-- | Makefile.in | 2 |
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 | ||
| 699 | bootstrap: boostrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info | 699 | bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info |
| 700 | 700 | ||
| 701 | bootstrap-lisp-1: | 701 | bootstrap-lisp-1: |
| 702 | (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) | 702 | (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) |