From: Markus Rost Date: Wed, 22 Jan 2003 17:13:08 +0000 (+0000) Subject: (bootstrap): Make bootstrap-after. X-Git-Tag: ttn-vms-21-2-B4~11531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=831d567122b6d81bb4b78e0b833276ddfcfca2d9;p=emacs.git (bootstrap): Make bootstrap-after. --- 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