diff options
author | Paul Smith <psmith@gnu.org> | 2012-01-16 21:29:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-01-16 21:29:44 +0000 |
commit | 9fb4cdeedb2fb7e1a3dd19f2ce77fc5e0022d904 (patch) | |
tree | 3afbdc99a583050905e03f3661773fb7ba81886e /ChangeLog | |
parent | 0bdc1915017d91fb8e5474a4bec80f79eb207cff (diff) | |
download | gunmake-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |