aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/compile-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/compile-rule.cxx')
-rw-r--r--libbuild2/cc/compile-rule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx
index 37daf76..d568883 100644
--- a/libbuild2/cc/compile-rule.cxx
+++ b/libbuild2/cc/compile-rule.cxx
@@ -5500,7 +5500,7 @@ namespace build2
dir_path (), // Always in the out tree.
move (mf),
nullopt, // Use default extension.
- true, // Implied.
+ target_decl::implied,
trace));
file& bt (static_cast<file&> (p.first));
@@ -5571,7 +5571,7 @@ namespace build2
dir_path (), // Always in the out tree.
move (mf),
nullopt, // Use default extension.
- true, // Implied.
+ target_decl::implied,
trace));
file& bt (static_cast<file&> (p.first));