aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-03-27 10:31:16 +0200
committerEli Zaretskii2013-03-27 10:31:16 +0200
commit849e8b01604f1fba278e010a18754bc4812681c6 (patch)
treead9bd5c22853db93dbf7e9217b14eac756c97bf3 /nt/ChangeLog
parentc8e9d2b4ed5e3d8f8e636cd5747dbf9e7d68485e (diff)
downloademacs-849e8b01604f1fba278e010a18754bc4812681c6.tar.gz
emacs-849e8b01604f1fba278e010a18754bc4812681c6.zip
Fix rules in nt/makefile.w32-in for parallel builds on MS-Windows.
nt/makefile.w32-in (ALL): Depend on *.exe files, not on phony names without the .exe suffix. (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony targets. (.PHONY): Remove.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 1ae819424af..6a9c35c13ae 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,5 +1,12 @@
12013-03-27 Eli Zaretskii <eliz@gnu.org> 12013-03-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 Fix rules for parallel builds.
4 * makefile.w32-in (ALL): Depend on *.exe files, not on phony names
5 without the .exe suffix.
6 (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony
7 targets.
8 (.PHONY): Remove.
9
3 * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard 10 * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
4 headers, since that's where _W64 is declared by MinGW64. 11 headers, since that's where _W64 is declared by MinGW64.
5 12