aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-24 11:04:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-24 11:04:21 +0200
commit8a4243e8e572abac6d0e141c5126310395b28747 (patch)
tree091d3442125d5dcc49924161bf43e807c5e7107b /build2/cc/install.hxx
parent8d0dfe5ab6df8a4521a3a5b659cb05ff8814f1eb (diff)
See through bmi*{} in order to install mxx{}
Diffstat (limited to 'build2/cc/install.hxx')
-rw-r--r--build2/cc/install.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/install.hxx b/build2/cc/install.hxx
index a846fc8..28a0a94 100644
--- a/build2/cc/install.hxx
+++ b/build2/cc/install.hxx
@@ -19,7 +19,7 @@ namespace build2
{
class link;
- // Installation rule for exe, liba{}, and libs{}.
+ // Installation rule for exe{}, lib*{}, etc.
//
class file_install: public install::file_rule, virtual common
{