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/rule.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/rule.cxx') diff --git a/build2/rule.cxx b/build2/rule.cxx index 922a4f7..c18173b 100644 --- a/build2/rule.cxx +++ b/build2/rule.cxx @@ -167,11 +167,11 @@ namespace build2 { target_state ts (target_state::unchanged); - // First update prerequisites (e.g. create parent directories) - // then create this directory. + // First update prerequisites (e.g. create parent directories) then create + // this directory. // if (!t.prerequisite_targets.empty ()) - ts = execute_prerequisites (a, t); + ts = straight_execute_prerequisites (a, t); const dir_path& d (t.dir); // Everything is in t.dir. -- cgit v1.1