diff options
Diffstat (limited to 'build/install')
-rw-r--r-- | build/install/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install/rule.cxx b/build/install/rule.cxx index 890228c..f14547c 100644 --- a/build/install/rule.cxx +++ b/build/install/rule.cxx @@ -130,7 +130,7 @@ namespace build if (pt.state () != target_state::unchanged) t.prerequisite_targets.push_back (&pt); else - pt.dependents--; // No intent to execute, so compensate. + unmatch (a, pt); // No intent to execute. } // This is where we diverge depending on the operation. In the |