summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-12-18 17:43:47 +0000
committerPaul Smith <psmith@gnu.org>1999-12-18 17:43:47 +0000
commitaf44f16799fa185e2729cda1653c80d29b598642 (patch)
treeeb3a7c2d2fdaff7b27d5c7f37939718538e3fa59 /ChangeLog
parent1a35bfb45b3dfbd38c583247a90a21c3b10ccafa (diff)
downloadgunmake-af44f16799fa185e2729cda1653c80d29b598642.tar.gz
* Fix problems with double-colon rules.
* Fix problems with INTERMEDIATE rules.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 75f37c9..9dbdb6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,18 @@
+1999-12-15 Paul D. Smith <psmith@gnu.org>
+
+ * variable.c (print_variable): Print the variable with += if the
+ append flag is set.
+
+ * implicit.c (pattern_search): Remove the extra check of the
+ implicit flag added on 8/24/1998. This causes problems and the
+ reason for the change was better resolved by the change made to
+ check_deps() on 8/26/1998. This fixes PR/1423.
+
1999-12-08 Paul D. Smith <psmith@gnu.org>
* dir.c (dir_setup_glob): On 64 bit ReliantUNIX (5.44 and above)
in LFS mode, stat() is actually a macro for stat64(). Assignment
- doesn't work in that case. So, stat is a macro, make a local
+ doesn't work in that case. So, if stat() is a macro, make a local
wrapper function to invoke it.
(local_stat): Wrapper function, if needed.
Reported by Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>.