diff options
Diffstat (limited to 'build/algorithm.txx')
-rw-r--r-- | build/algorithm.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/algorithm.txx b/build/algorithm.txx index 9086bfe..20817d2 100644 --- a/build/algorithm.txx +++ b/build/algorithm.txx @@ -37,7 +37,7 @@ namespace build // the prerequisite was updated in this run which means the // target must be out of date. // - if (mt < mp || mt == mp && ts == target_state::updated) + if (mt < mp || (mt == mp && ts == target_state::updated)) u = true; } else |