diff options
Diffstat (limited to 'build/cxx/rule.cxx')
-rw-r--r-- | build/cxx/rule.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/cxx/rule.cxx b/build/cxx/rule.cxx index b355542..94433b9 100644 --- a/build/cxx/rule.cxx +++ b/build/cxx/rule.cxx @@ -57,7 +57,7 @@ namespace build } recipe compile:: - select (target& t, void* v) const + apply (target& t, void* v) const { // Derive object file name from target name. // @@ -371,9 +371,9 @@ namespace build } recipe link:: - select (target& t, void*) const + apply (target& t, void*) const { - tracer trace ("cxx::link::select"); + tracer trace ("cxx::link::apply"); // Derive executable file name from target name. // |