diff options
author | Paul Smith <psmith@gnu.org> | 2010-11-30 14:48:52 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2010-11-30 14:48:52 +0000 |
commit | ae2ab76faca93cad3059808b14d02f5565275e31 (patch) | |
tree | 3c4065c573c2e2af58596efedaa0595f793f7f04 /ChangeLog | |
parent | 391456aad790172c3cbbceb5544dd785c0e60a99 (diff) | |
download | gunmake-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |