# HG changeset patch # User Andrew Innes # Date 1008353640 0 # Node ID dbb37240de5ffd18e80bcd455361b1c23639c43c # Parent 78ebd7f24e8bf437c6b30155c0fd19183eeb86a1 (bootstrap): Build addsection program before bootstrap (required for post-processing temacs.exe). diff -r 78ebd7f24e8b -r dbb37240de5f nt/makefile.w32-in --- a/nt/makefile.w32-in Fri Dec 14 17:11:21 2001 +0000 +++ b/nt/makefile.w32-in Fri Dec 14 18:14:00 2001 +0000 @@ -105,7 +105,7 @@ ### 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