aboutsummaryrefslogtreecommitdiff
path: root/build/cxx/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build/cxx/rule')
-rw-r--r--build/cxx/rule4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/cxx/rule b/build/cxx/rule
index cf9ee51..80a917e 100644
--- a/build/cxx/rule
+++ b/build/cxx/rule
@@ -26,7 +26,7 @@ namespace build
match (target&, const std::string& hint) const;
virtual recipe
- select (target&, void*) const;
+ apply (target&, void*) const;
static target_state
update (target&);
@@ -43,7 +43,7 @@ namespace build
match (target&, const std::string& hint) const;
virtual recipe
- select (target&, void*) const;
+ apply (target&, void*) const;
static target_state
update (target&);