diff options
-rw-r--r-- | libbuild2/cc/link-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index de47822..4f31103 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -2015,7 +2015,7 @@ namespace build2 // install rule to examine it. // case perform_update_id: t.keep_data (a); // Fall through. - case perform_clean_id: return move (md); + case perform_clean_id: return md; default: return noop_recipe; // Configure update. } } |