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 1395958..924bf95 100644
--- a/build2/in/rule.cxx
+++ b/build2/in/rule.cxx
@@ -401,7 +401,7 @@ namespace build2
fail << "unable to " << what << ' ' << *whom << ": " << e;
}
- dd.verify (tp);
+ dd.check_mtime (tp);
t.mtime (system_clock::now ());
return target_state::changed;