summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-03-04 17:03:56 +0000
committerPaul Smith <psmith@gnu.org>1999-03-04 17:03:56 +0000
commitede263043c9a31110da168ee84a59b1bbb6791c3 (patch)
treef573c9ff40281c2d5300187ca9b06e90bdf75be0 /ChangeLog
parenta8f71737990878c1960a30080cfcc626f274c0da (diff)
downloadgunmake-ede263043c9a31110da168ee84a59b1bbb6791c3.tar.gz
Fix a bug where conditional variables weren't being expanded correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01108a2..767504f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.