diff options
author | Alexey Pavlov <alexpux@gmail.com> | 2013-05-18 17:58:10 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-18 17:58:10 +0300 |
commit | 80183457adaca8dd3a013370f79a22b62c915c43 (patch) | |
tree | e2ff3c343b07f8493e9ee7e1d3601dfbcf5d30fb /ChangeLog | |
parent | cece7ad61f1375e855d1a2c55ab183a177e2a7b6 (diff) | |
download | gunmake-80183457adaca8dd3a013370f79a22b62c915c43.tar.gz |
Fix the MS-Windows build using the Posix configury.
w32/Makefile.am (libw32_a_SOURCES): Add compat/posixfcn.c.
configure.ac (OUTPUT_SYNC): Define for mingw32 target.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -2013-05-18 Eli Zaretskii <eliz@gnu.org> +2013-05-18 Alexey Pavlov <alexpux@gmail.com> (tiny change) + + * w32/Makefile.am (libw32_a_SOURCES): Add compat/posixfcn.c. + + * configure.ac (OUTPUT_SYNC): Define for mingw32 target. * job.c (construct_command_argv_internal) <sh_cmds_dos> [WINDOWS32]: Add "move". Fixes Savannah bug #30714. |