summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-01-16 21:29:44 +0000
committerPaul Smith <psmith@gnu.org>2012-01-16 21:29:44 +0000
commit9fb4cdeedb2fb7e1a3dd19f2ce77fc5e0022d904 (patch)
tree3afbdc99a583050905e03f3661773fb7ba81886e /ChangeLog
parent0bdc1915017d91fb8e5474a4bec80f79eb207cff (diff)
downloadgunmake-9fb4cdeedb2fb7e1a3dd19f2ce77fc5e0022d904.tar.gz
Fix an issue with PATH_SEPARATOR_CHAR when cross-compiling for Windows.
Fixes Savannah bug #34818.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f58922e..6fdc292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-16 Paul Smith <psmith@gnu.org>
+
+ * make.h (PATH_SEPARATOR_CHAR): Allow resetting for crosscompiling
+ for Windows. Patch by Chris Sutcliffe <ir0nh34d@gmail.com>
+ Fixes Savannah bug #34818.
+
2012-01-15 Paul Smith <psmith@gnu.org>
* variable.h: Prototype an interface for defining new make functions.