From 9aa99bc4e62909c119df72bda26b091245d48274 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Feb 2017 09:39:16 +0200 Subject: Do some naming cleanups --- build2/install/rule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/install') diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx index 45e4710..13d8919 100644 --- a/build2/install/rule.cxx +++ b/build2/install/rule.cxx @@ -231,7 +231,7 @@ namespace build2 // Swap our prerequisite targets back in and execute. // t.prerequisite_targets.swap (pt); - r |= execute_prerequisites (a, t); + r |= straight_execute_prerequisites (a, t); pt.swap (t.prerequisite_targets); // In case we get re-executed. return r; @@ -656,7 +656,7 @@ namespace build2 // First handle installable prerequisites. // - target_state r (execute_prerequisites (a, t)); + target_state r (straight_execute_prerequisites (a, t)); // Then installable ad hoc group members, if any. // -- cgit v1.1