From b6c61ea9afd2d738711770e44748e48be009154d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Sep 2020 13:10:25 +0200 Subject: Give hints for common causes of "no rule to update ..." error --- libbuild2/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/file.cxx') 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 ()) -- cgit v1.1