summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-10-08 06:32:24 +0000
committerPaul Smith <psmith@gnu.org>1999-10-08 06:32:24 +0000
commit72ad8327ebd37e0346116040c2f6155fb07ec685 (patch)
tree859e6e83e967aa9159e3f1a72d939be72e0bc94f /ChangeLog
parent9dded2473833b575fa0077d7e8353b079cfdb613 (diff)
downloadmake-72ad8327ebd37e0346116040c2f6155fb07ec685.tar.gz
* Fix test suite on DOS (PR/1344)
* Fix target-specific vars bug (PR/1378)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3b31667..69917cf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-10-08 Paul D. Smith <psmith@gnu.org>
+
+ * variable.c (initialize_file_variables): Always recurse to
+ initialize the parent's file variables: the parent might not have
+ any rules to run so it might not have been initialized before
+ this--we need this to set up the chain properly for
+ target-specific variables.
+
1999-09-23 Paul D. Smith <psmith@gnu.org>
* Version 3.78.1 released.