diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-08-07 08:55:17 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-08-07 08:55:17 +0000 |
commit | 91be5155674c296bd7ea0faa4ecdc9477eb7ea13 (patch) | |
tree | de6ee6917eb7637f3c152ceb465c3ddaada225df /ChangeLog | |
parent | b6b687598667e9376f100b805391d435af6f5a0d (diff) | |
download | gunmake-91be5155674c296bd7ea0faa4ecdc9477eb7ea13.tar.gz |
w32/subproc/build.bat: Make all 3 cl.exe compile command lines
use the same /I switches. Fixes Savannah bug #30662.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2010-08-07 Eli Zaretskii <eliz@gnu.org> + * w32/subproc/build.bat: Make all 3 cl.exe compile command lines + use the same /I switches. Fixes Savannah bug #30662. + * function.c (func_shell) [WINDOWS32]: Reset just_print_flag around the call to construct_command_argv, so that a temporary batch file _is_ created when needed for $(shell). Fixes Savannah |