aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/rule.hxx')
-rw-r--r--libbuild2/rule.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx
index c15064e..d712957 100644
--- a/libbuild2/rule.hxx
+++ b/libbuild2/rule.hxx
@@ -122,6 +122,9 @@ namespace build2
virtual recipe
apply (action, target&) const override;
+ static target_state
+ perform_update (action, const target&, const adhoc_recipe&);
+
adhoc_rule () {}
static const adhoc_rule instance;
static const rule_match match_instance;