Fix an issue with PATH_SEPARATOR_CHAR when cross-compiling for Windows.

Fixes Savannah bug #34818.
This commit is contained in:
Paul Smith
2012-01-16 21:29:44 +00:00
parent 0bdc191501
commit 9fb4cdeedb
2 changed files with 15 additions and 5 deletions

View File

@@ -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.