diff options
| author | Markus Rost | 2003-01-22 17:13:08 +0000 |
|---|---|---|
| committer | Markus Rost | 2003-01-22 17:13:08 +0000 |
| commit | 831d567122b6d81bb4b78e0b833276ddfcfca2d9 (patch) | |
| tree | c7261f009cd27b85618dbc708a70a35546bf3744 | |
| parent | 21d07b1d927027dfea07a77d7e8ee8f13dc50d92 (diff) | |
| download | emacs-831d567122b6d81bb4b78e0b833276ddfcfca2d9.tar.gz emacs-831d567122b6d81bb4b78e0b833276ddfcfca2d9.zip | |
(bootstrap): Make bootstrap-after.
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 85f2425c81f..b4abc856c40 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -738,6 +738,7 @@ bootstrap: bootstrap-clean-before info FRC | |||
| 738 | (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) | 738 | (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) |
| 739 | (cd src; $(MAKE) $(MFLAGS) mostlyclean) | 739 | (cd src; $(MAKE) $(MFLAGS) mostlyclean) |
| 740 | $(MAKE) $(MFLAGS) all | 740 | $(MAKE) $(MFLAGS) all |
| 741 | (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after) | ||
| 741 | 742 | ||
| 742 | ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables. | 743 | ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables. |
| 743 | bootstrap-clean-before: FRC | 744 | bootstrap-clean-before: FRC |