aboutsummaryrefslogtreecommitdiff
path: root/build2/in/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/in/rule.cxx')
-rw-r--r--build2/in/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/in/rule.cxx b/build2/in/rule.cxx
index 450f398..86b8ffa 100644
--- a/build2/in/rule.cxx
+++ b/build2/in/rule.cxx
@@ -157,7 +157,7 @@ namespace build2
// Update if any mismatch or depdb is newer that the output.
//
- if (dd.writing () || dd.mtime () > mt)
+ if (dd.writing () || dd.mtime > mt)
update = true;
// Substituted variable values.