diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2005-12-09 16:46:19 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2005-12-09 16:46:19 +0000 |
commit | 0e6c4f5b0ed4183bbdb8cdce168dcbd1bc9cf182 (patch) | |
tree | 5b601d66155fc716b66fc98b420f9125bd348fd0 /ChangeLog | |
parent | a34b85490d26a9064f892e43b8c6fa8005a7c770 (diff) | |
download | gunmake-0e6c4f5b0ed4183bbdb8cdce168dcbd1bc9cf182.tar.gz |
Fixed bug #13022 by setting is_target flag on files that this implicit
pattern rule also makes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-12-09 Boris Kolpackov <boris@kolpackov.net> + + * implicit.c (pattern_search): Mark other files that this rule + builds as targets so that they are not treated as intermediates + by the pattern rule search algorithm. Fixes bug #13022. + 2005-12-07 Boris Kolpackov <boris@kolpackov.net> * remake.c (notice_finished_file): Propagate the change of |