diff options
Diffstat (limited to 'libbuild2/algorithm.cxx')
-rw-r--r-- | libbuild2/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.cxx b/libbuild2/algorithm.cxx index 0c8ac6f..b0e8eb0 100644 --- a/libbuild2/algorithm.cxx +++ b/libbuild2/algorithm.cxx @@ -761,7 +761,7 @@ namespace build2 { if (r.second != target_state::failed) { - match_inc_dependens (a, g); + match_inc_dependents (a, g); match_recipe (l, group_recipe); } } |