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, 2 insertions, 0 deletions
diff --git a/build2/in/rule.cxx b/build2/in/rule.cxx
index 86b8ffa..545ded5 100644
--- a/build2/in/rule.cxx
+++ b/build2/in/rule.cxx
@@ -398,6 +398,8 @@ namespace build2
fail << "unable to " << what << ' ' << *whom << ": " << e;
}
+ dd.verify (tp);
+
t.mtime (system_clock::now ());
return target_state::changed;
}