diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2003-01-22 17:13:08 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2003-01-22 17:13:08 +0000 |
commit | 831d567122b6d81bb4b78e0b833276ddfcfca2d9 (patch) | |
tree | c7261f009cd27b85618dbc708a70a35546bf3744 /Makefile.in | |
parent | 21d07b1d927027dfea07a77d7e8ee8f13dc50d92 (diff) | |
download | emacs-831d567122b6d81bb4b78e0b833276ddfcfca2d9.tar.gz |
(bootstrap): Make bootstrap-after.
Diffstat (limited to 'Makefile.in')
-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 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) (cd src; $(MAKE) $(MFLAGS) mostlyclean) $(MAKE) $(MFLAGS) all + (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after) ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables. bootstrap-clean-before: FRC |