aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2014-06-15 20:36:04 +0300
committerEli Zaretskii <[email protected]>2014-06-15 20:36:04 +0300
commit9fae211dbf3a1362866668acc9a7017f79d57b98 (patch)
tree0b048a41a0298779fb3e46b76888128c48141ac5 /nt
parentfb1877d6261761b78d9fc8519032895d891ec6ed (diff)
Fix MS-Windows build broken by latest Makefile.in changes.
nt/Makefile.in (CPPFLAGS): Define. lib-src/Makefile.in (CPPFLAGS): Define.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 87274b331a..32e44a6594 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-15 Eli Zaretskii <[email protected]>
+
+ * Makefile.in (CPPFLAGS): Define.
+
2014-06-15 Glenn Morris <[email protected]>
* Makefile.in (bootstrap-clean): New.
diff --git a/nt/Makefile.in b/nt/Makefile.in
index 86d313ac2a..2641643042 100644
--- a/nt/Makefile.in
+++ b/nt/Makefile.in
@@ -25,6 +25,7 @@ SHELL = /bin/sh
CC=@CC@
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
version=@version@
## Used in $archlibdir.
configuration=@configuration@