diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2004-09-21 20:23:12 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2004-09-21 20:23:12 +0000 |
commit | 73e7767ffc14fad98dd2e78791a1237bcb3d6fe3 (patch) | |
tree | 4772e03f4350bbebfde62605316e340153d4813a /ChangeLog | |
parent | 6e51d9c90a92933e6cf84ae494076b6b1cd17c3b (diff) | |
download | gunmake-73e7767ffc14fad98dd2e78791a1237bcb3d6fe3.tar.gz |
Fixed bug in implicit rule prerequisite evaluation code. Added test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-09-21 Boris Kolpackov <boris@kolpackov.net> + + * file.c (snap_deps): Mark .PHONY prerequisites as targets. + + * implicit.c (pattern_search): When considering an implicit rule's + prerequisite check that it is actually a target rather then + just an entry in the file hashtable. + 2004-09-21 Paul D. Smith <psmith@gnu.org> * read.c (readstring): Fix some logic errors in backslash handling. |