aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-01-22 17:13:08 +0000
committerMarkus Rost2003-01-22 17:13:08 +0000
commit831d567122b6d81bb4b78e0b833276ddfcfca2d9 (patch)
treec7261f009cd27b85618dbc708a70a35546bf3744
parent21d07b1d927027dfea07a77d7e8ee8f13dc50d92 (diff)
downloademacs-831d567122b6d81bb4b78e0b833276ddfcfca2d9.tar.gz
emacs-831d567122b6d81bb4b78e0b833276ddfcfca2d9.zip
(bootstrap): Make bootstrap-after.
-rw-r--r--Makefile.in1
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.
743bootstrap-clean-before: FRC 744bootstrap-clean-before: FRC