]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 041aac19c939f94bf76656fa6a5dc855e7d7d177..79d523d07f46d7395fd3cef603567322533a467c 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 ab8940c34b2f4fffde0b13303d40b1acb3212b2b..47787bae09eaa28e2f246a1777aa9dd8f258636d 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