diff options
Diffstat (limited to 'libbuild2/bash')
-rw-r--r-- | libbuild2/bash/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/bash/rule.cxx b/libbuild2/bash/rule.cxx index 0df9792..148da95 100644 --- a/libbuild2/bash/rule.cxx +++ b/libbuild2/bash/rule.cxx @@ -161,7 +161,7 @@ namespace build2 dir_path () /* out */, p.name, ext, - true /* implied */, + target_decl::implied, trace)); bash& pt (rp.first.as<bash> ()); |