summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-08-07 08:55:17 +0000
committerEli Zaretskii <eliz@gnu.org>2010-08-07 08:55:17 +0000
commit91be5155674c296bd7ea0faa4ecdc9477eb7ea13 (patch)
treede6ee6917eb7637f3c152ceb465c3ddaada225df /ChangeLog
parentb6b687598667e9376f100b805391d435af6f5a0d (diff)
downloadgunmake-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc96754..0ae0700 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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