diff options
Diffstat (limited to 'build/b.cxx')
-rw-r--r-- | build/b.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/b.cxx b/build/b.cxx index fea5690..5500c9e 100644 --- a/build/b.cxx +++ b/build/b.cxx @@ -744,6 +744,7 @@ main (int argc, char* argv[]) current_inner_oif = pre_oif; current_outer_oif = oif; current_mode = pre_oif->mode; + dependency_count = 0; action a (mid, pre_oid, oid); @@ -760,6 +761,7 @@ main (int argc, char* argv[]) current_inner_oif = oif; current_outer_oif = nullptr; current_mode = oif->mode; + dependency_count = 0; action a (mid, oid, 0); @@ -777,6 +779,7 @@ main (int argc, char* argv[]) current_inner_oif = post_oif; current_outer_oif = oif; current_mode = post_oif->mode; + dependency_count = 0; action a (mid, post_oid, oid); |