# HG changeset patch # User Markus Rost # Date 1043255588 0 # Node ID 6dc041df7e027a2fabc0a1b07a31d021206072fa # Parent 8a3c38e8fdae90db9a172da114cde93002978425 (bootstrap): Make bootstrap-after. diff -r 8a3c38e8fdae -r 6dc041df7e02 Makefile.in --- a/Makefile.in Wed Jan 22 17:12:03 2003 +0000 +++ b/Makefile.in Wed Jan 22 17:13:08 2003 +0000 @@ -738,6 +738,7 @@ (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