diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-20 12:22:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-20 12:22:50 +0200 |
commit | 1ff8c01e12a2ec68bbe304e53add5679b3afffb9 (patch) | |
tree | be0b04c6319702644a5b6a3204a3bd4e02348a1b /libbuild2 | |
parent | 446d4f91b38bcf2f12f645389e10b443c02c2a00 (diff) |
Tweak diagnostics
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index fd7c10e..dec23df 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -2389,7 +2389,7 @@ namespace build2 << "incomplete distribution" << info (ploc) << "prerequisite declared here" << info (*condition_) << "conditional buildfile fragment starts here" << - info << "instead use `include` prerequisite-specific variable to " + info << "instead use 'include' prerequisite-specific variable to " << "conditionally include prerequisites" << info << "for example: <target>: <prerequisite>: include = (<condition>)"; } |