diff options
author | Paul Smith <psmith@gnu.org> | 1999-12-18 17:43:47 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-12-18 17:43:47 +0000 |
commit | af44f16799fa185e2729cda1653c80d29b598642 (patch) | |
tree | eb3a7c2d2fdaff7b27d5c7f37939718538e3fa59 /ChangeLog | |
parent | 1a35bfb45b3dfbd38c583247a90a21c3b10ccafa (diff) | |
download | gunmake-af44f16799fa185e2729cda1653c80d29b598642.tar.gz |
* Fix problems with double-colon rules.
* Fix problems with INTERMEDIATE rules.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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>. |