diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-07 07:20:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-07 07:22:27 +0200 |
commit | 9699e205dc55a9e2de18f56aabad8feb46613b1f (patch) | |
tree | 1eddadc94242e530f8d53a75c53be0f8ab321c2a /libbuild2/algorithm.cxx | |
parent | 6c1ea91ca421a1b899af091043abdb58c2ed57e0 (diff) |
Make match_inc_dependents() part of public API
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); } } |