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 14:50:13 +0200
commitc3baad41eebc54f1c67f0b487997821f79ef8a79 (patch)
treecc7b70cb8379b45c500582cdb4b2a44aa3fff09a /build2/cc/install.hxx
parent0f8f04a993fdc756f331f8bf8b471c9c6854b84c (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
{