From f10be65c39c18668df31c8680569a6417ef3ae06 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Feb 2018 08:29:30 +0200 Subject: Increment targe_count for inner operations only --- build2/algorithm.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index 0e57c08..4e76e4a 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -879,6 +879,7 @@ namespace build2 // Decrement the target count (see set_recipe() for details). // + if (a.inner ()) { recipe_function** f (s.recipe.target ()); if (f == nullptr || *f != &group_action) -- cgit v1.1