diff options
| author | Eli Zaretskii | 2013-03-27 12:09:44 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-27 12:09:44 +0200 |
| commit | 42663650badc9b0db28a63c0ef32f8d0aaae8d61 (patch) | |
| tree | b3d42d5c0b98c83a1ecc3ff91bba8587d631deb2 /nt/ChangeLog | |
| parent | e0c3eb8913d82ab60279acda8113bfe4ace483cb (diff) | |
| download | emacs-42663650badc9b0db28a63c0ef32f8d0aaae8d61.tar.gz emacs-42663650badc9b0db28a63c0ef32f8d0aaae8d61.zip | |
Fix last commit in nt/makefile.w32-in, which broke bootstrap.
nt/makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
(bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm):
Depend on .exe files.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 398d04e52a0..03bd86a3216 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-03-27 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-03-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake) | ||
| 4 | (bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm): | ||
| 5 | Depend on .exe files. | ||
| 6 | |||
| 3 | * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to | 7 | * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to |
| 4 | avoid MinGW64 compiler warnings in editfns.c. | 8 | avoid MinGW64 compiler warnings in editfns.c. |
| 5 | 9 | ||