aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-09-24 13:10:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-09-24 13:10:25 +0200
commitb6c61ea9afd2d738711770e44748e48be009154d (patch)
tree9f4e2ab650e8359e3fe0a9c5eed45dc2f2f4f160 /libbuild2/file.cxx
parentc94f066bbd47520cf52937fc4ad08a699abda28a (diff)
Give hints for common causes of "no rule to update ..." error
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r--libbuild2/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx
index 14b16a7..1bd5068 100644
--- a/libbuild2/file.cxx
+++ b/libbuild2/file.cxx
@@ -1660,7 +1660,7 @@ namespace build2
dir_path (), // No out (not in project).
p.leaf ().base ().string (),
p.extension (), // Always specified.
- true /* implied */,
+ target_decl::implied,
trace));
if (const file* f = r.first.is_a<file> ())