summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-11-30 14:48:52 +0000
committerPaul Smith <psmith@gnu.org>2010-11-30 14:48:52 +0000
commitae2ab76faca93cad3059808b14d02f5565275e31 (patch)
tree3c4065c573c2e2af58596efedaa0595f793f7f04 /ChangeLog
parent391456aad790172c3cbbceb5544dd785c0e60a99 (diff)
downloadgunmake-ae2ab76faca93cad3059808b14d02f5565275e31.tar.gz
Check if the target-specific variable is the same as the global
variable, and if so don't try to update it. Savannah bug #31743.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdcb106..1b95ae2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-28 Paul Smith <psmith@gnu.org>
+
+ * read.c (record_target_var): Don't reset v if it's the same as
+ the global version. Fixes Savannah bug #31743.
+
2010-11-06 Paul Smith <psmith@gnu.org>
* variable.c (print_auto_variable): Print auto variables; ignore others.