aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/rule.cxx')
-rw-r--r--build2/install/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index 3a5bd3d..45e4710 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -181,7 +181,7 @@ namespace build2
// will help a lot in case of any static installable content
// (headers, documentation, etc).
//
- if (pt->state () != target_state::unchanged)
+ if (pt->synchronized_state () != target_state::unchanged) //@@ MT?
t.prerequisite_targets.push_back (pt);
else
unmatch (a, *pt); // No intent to execute.