aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/install-rule.cxx')
-rw-r--r--build2/cc/install-rule.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/cc/install-rule.cxx b/build2/cc/install-rule.cxx
index a7e05b0..ee290e3 100644
--- a/build2/cc/install-rule.cxx
+++ b/build2/cc/install-rule.cxx
@@ -41,6 +41,8 @@ namespace build2
// Note: for now we assume these prerequisites never come from see-
// through groups.
//
+ // Note: we install ad hoc prerequisites by default.
+ //
otype ot (link_type (t).type);
bool st (t.is_a<exe> () || t.is_a<libs> ()); // Target needs shared.