diff options
Diffstat (limited to 'libbuild2/cc/module.cxx')
-rw-r--r-- | libbuild2/cc/module.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/cc/module.cxx b/libbuild2/cc/module.cxx index b337754..f33ddf4 100644 --- a/libbuild2/cc/module.cxx +++ b/libbuild2/cc/module.cxx @@ -979,8 +979,8 @@ namespace build2 { using namespace install; - // Note: not registering x_obj (it's registered seperately by the - // x.objx module). + // Note: not registering x_obj or x_asp (they are registered + // seperately by the respective optional submodules). // rs.insert_target_type (x_src); |