diff options
author | Paul Smith <psmith@gnu.org> | 1999-09-02 00:31:21 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-09-02 00:31:21 +0000 |
commit | 10fee1c03c9dcf887314c04612224aeadcba6dd7 (patch) | |
tree | 47fa3887e014eb0021383dca9d7fb75764d43e95 /ChangeLog | |
parent | 82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241 (diff) | |
download | gunmake-10fee1c03c9dcf887314c04612224aeadcba6dd7.tar.gz |
* A few W32 fixes for backslash support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 1999-09-01 Paul D. Smith <psmith@gnu.org> + * function.c (IS_PATHSEP) [WINDOWS32]: Allow backslash separators + for W32 platforms. + * read.c (record_files) [WINDOWS32]: Allow backslash separators + for W32 platforms. + * implicit.c (pattern_search) [WINDOWS32]: Allow backslash + separators for W32 platforms. + * configure.in (MAKE_HOST): Define it to be the canonical build host info, now that we need AC_CANONICAL_HOST anyway (for large file support). |