diff options
Diffstat (limited to 'build/rule.cxx')
-rw-r--r-- | build/rule.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rule.cxx b/build/rule.cxx index 2373033..dcb6df1 100644 --- a/build/rule.cxx +++ b/build/rule.cxx @@ -52,7 +52,7 @@ namespace build } recipe path_rule:: - select (target& t, void*) const + apply (target& t, void*) const { // Search and match all the prerequisites. // @@ -107,7 +107,7 @@ namespace build } recipe dir_rule:: - select (target& t, void*) const + apply (target& t, void*) const { search_and_match (t); return &update; |