diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-09 07:40:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-09 07:40:29 +0200 |
commit | 82621c2eff0fadf5adc72fc7a249ad1c43aa2f3d (patch) | |
tree | 40b538d26e9cd074956a10af677b0ad5077f8fab /libbuild2 | |
parent | 50fc759c7d7ca9e1146a8aedbc8d7d065d3ced0c (diff) |
Minor fix to diagnostics
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/cc/link-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index 58359aa..9fa38f7 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -1944,7 +1944,7 @@ namespace build2 if (!src) fail << "synthesized dependency for prerequisite " << p << " would be incompatible with existing target " << *pt << - info << "no existing c/" << x_lang << " source prerequisite" << + info << "no existing C/" << x_lang << " source prerequisite" << info << "specify corresponding " << rtt.name << "{} " << "dependency explicitly"; |