(bootstrap): Build addsection program before
bootstrap (required for post-processing temacs.exe).
This commit is contained in:
parent
493faf20ba
commit
0e4435bed6
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue