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/test/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/rule.cxx') diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index 9dc24cd..1ce6efb 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -696,7 +696,7 @@ namespace build2 { // Run the alias recipe first then the test. // - target_state r (execute_prerequisites (a, t)); + target_state r (straight_execute_prerequisites (a, t)); // Note that we reuse the prerequisite_targets prepared by the standard // search and match. -- cgit v1.1