From 831d567122b6d81bb4b78e0b833276ddfcfca2d9 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Wed, 22 Jan 2003 17:13:08 +0000 Subject: [PATCH] (bootstrap): Make bootstrap-after. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2