From af44f16799fa185e2729cda1653c80d29b598642 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 18 Dec 1999 17:43:47 +0000 Subject: * Fix problems with double-colon rules. * Fix problems with INTERMEDIATE rules. --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 75f37c9..9dbdb6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,18 @@ +1999-12-15 Paul D. Smith + + * 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 * 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 . -- cgit v1.2.3