diff options
author | Paul Smith <psmith@gnu.org> | 1999-03-04 17:03:56 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-03-04 17:03:56 +0000 |
commit | ede263043c9a31110da168ee84a59b1bbb6791c3 (patch) | |
tree | f573c9ff40281c2d5300187ca9b06e90bdf75be0 /ChangeLog | |
parent | a8f71737990878c1960a30080cfcc626f274c0da (diff) | |
download | gunmake-ede263043c9a31110da168ee84a59b1bbb6791c3.tar.gz |
Fix a bug where conditional variables weren't being expanded correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1999-03-04 Paul D. Smith <psmith@gnu.org> + + * variable.c (try_variable_definition): If we see a conditional + variable and we decide to set it, re-type it as recursive so it + will be expanded properly later. + 1999-02-22 Paul D. Smith <psmith@gnu.org> * NEWS: Mention new .LIBPATTERNS feature. |