aboutsummaryrefslogtreecommitdiff
path: root/build2/cc
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc')
-rw-r--r--build2/cc/module.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx
index e63f740..3e20694 100644
--- a/build2/cc/module.cxx
+++ b/build2/cc/module.cxx
@@ -363,9 +363,9 @@ namespace build2
//
// @@ Should we check if install module was loaded (see bin)?
//
- compile& cr (*this);
- link& lr (*this);
- install& ir (*this);
+ const compile& cr (*this);
+ const link& lr (*this);
+ const install& ir (*this);
r.insert<obje> (perform_update_id, x_compile, cr);
r.insert<obje> (perform_clean_id, x_compile, cr);