diff options
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r-- | libbuild2/context.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index f46a3eb..e44a688 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -737,6 +737,10 @@ namespace build2 dependency_count.store (0, memory_order_relaxed); target_count.store (0, memory_order_relaxed); skip_count.store (0, memory_order_relaxed); + + // Clear accumulated targets with post hoc prerequisites. + // + current_posthoc_targets.clear (); } bool run_phase_mutex:: |