aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index 696d5d0..f652347 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -626,6 +626,7 @@ namespace build2
// Applied recipe.
//
build2::recipe recipe;
+ bool recipe_group_action; // Recipe is group_action.
// Target state for this operation. Note that it is undetermined until
// a rule is matched and recipe applied (see set_recipe()).