From b4990005123b4d167caa7db0b460dd72658b7cc6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 22 Jan 2025 10:54:24 +0200 Subject: Minor tweak to diagnostics (make consistent) --- libbuild2/cc/link-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/link-rule.cxx') diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index 2037a5a..d43e7e8 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -2598,7 +2598,7 @@ namespace build2 // if (*md->for_install != *d.for_install) fail << "incompatible " << *l << " build" << - info << "library is already updated but " + info << "target is already updated but " << (*md->for_install ? "" : "not ") << "for install"; } -- cgit v1.1