diff options
Diffstat (limited to 'build2/algorithm.cxx')
-rw-r--r-- | build2/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index cbe27b6..fe71d54 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -1192,7 +1192,7 @@ namespace build2 // Should we compare the timestamp to this target's? // - if (!e && (!pf || pf (*pt))) + if (!e && (!pf || pf (*pt, i))) { // If this is an mtime-based target, then compare timestamps. // |