diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-09-24 13:10:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-09-24 13:10:25 +0200 |
commit | b6c61ea9afd2d738711770e44748e48be009154d (patch) | |
tree | 9f4e2ab650e8359e3fe0a9c5eed45dc2f2f4f160 /libbuild2/cc/pkgconfig.cxx | |
parent | c94f066bbd47520cf52937fc4ad08a699abda28a (diff) |
Give hints for common causes of "no rule to update ..." error
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 7e74c24..516746b 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -1152,7 +1152,7 @@ namespace build2 dir_path (), mf.base ().string (), mf.extension (), - true, // Implied. + target_decl::implied, trace)); target& mt (tl.first); |