(bootstrap): Build addsection program before
authorAndrew Innes <andrewi@gnu.org>
Fri, 14 Dec 2001 18:14:22 +0000 (18:14 +0000)
committerAndrew Innes <andrewi@gnu.org>
Fri, 14 Dec 2001 18:14:22 +0000 (18:14 +0000)
bootstrap (required for post-processing temacs.exe).

nt/ChangeLog
nt/makefile.w32-in

index 041aac1..79d523d 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-14  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (bootstrap): Build addsection program before
+       bootstrap (required for post-processing temacs.exe).
+
 2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * COPYING: New file.
index ab8940c..47787ba 100644 (file)
@@ -105,7 +105,7 @@ recompile-gmake:
 ### special emacs executable is built from Lisp sources, which is then\r
 ### used to compile Lisp files.  The last step is a "normal" make.\r
 \r
-bootstrap:     bootstrap-$(MAKETYPE) all\r
+bootstrap:     addsection bootstrap-$(MAKETYPE) all\r
 \r
 bootstrap-nmake:\r
        cd ..\lisp\r