From 0e4435bed655f34994cbf2d6e8b9b7290a44756d Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 14 Dec 2001 18:14:22 +0000 Subject: [PATCH] (bootstrap): Build addsection program before bootstrap (required for post-processing temacs.exe). --- nt/ChangeLog | 5 +++++ nt/makefile.w32-in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 041aac19c93..79d523d07f4 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2001-12-14 Andrew Innes + + * makefile.w32-in (bootstrap): Build addsection program before + bootstrap (required for post-processing temacs.exe). + 2001-12-08 Pavel Jan,Bm(Bk * COPYING: New file. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index ab8940c34b2..47787bae09e 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -105,7 +105,7 @@ recompile-gmake: ### special emacs executable is built from Lisp sources, which is then ### used to compile Lisp files. The last step is a "normal" make. -bootstrap: bootstrap-$(MAKETYPE) all +bootstrap: addsection bootstrap-$(MAKETYPE) all bootstrap-nmake: cd ..\lisp -- 2.39.2