aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2001-12-14 18:14:22 +0000
committerAndrew Innes2001-12-14 18:14:22 +0000
commit0e4435bed655f34994cbf2d6e8b9b7290a44756d (patch)
tree440c9b723346d72a294f1027ab9962b6af7ddb79
parent493faf20babedee9a262580284e84bb8bf87bdf4 (diff)
downloademacs-0e4435bed655f34994cbf2d6e8b9b7290a44756d.tar.gz
emacs-0e4435bed655f34994cbf2d6e8b9b7290a44756d.zip
(bootstrap): Build addsection program before
bootstrap (required for post-processing temacs.exe).
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/makefile.w32-in2
2 files changed, 6 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 041aac19c93..79d523d07f4 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12001-12-14 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.w32-in (bootstrap): Build addsection program before
4 bootstrap (required for post-processing temacs.exe).
5
12001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 62001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 7
3 * COPYING: New file. 8 * 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:
105### special emacs executable is built from Lisp sources, which is then 105### special emacs executable is built from Lisp sources, which is then
106### used to compile Lisp files. The last step is a "normal" make. 106### used to compile Lisp files. The last step is a "normal" make.
107 107
108bootstrap: bootstrap-$(MAKETYPE) all 108bootstrap: addsection bootstrap-$(MAKETYPE) all
109 109
110bootstrap-nmake: 110bootstrap-nmake:
111 cd ..\lisp 111 cd ..\lisp