(bootstrap): Build addsection program before

bootstrap (required for post-processing temacs.exe).
This commit is contained in:
Andrew Innes 2001-12-14 18:14:22 +00:00
parent 493faf20ba
commit 0e4435bed6
2 changed files with 6 additions and 1 deletions

View 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,Bm(Bk <Pavel@Janik.cz>
* COPYING: New file.

View file

@ -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