diff options
-rw-r--r-- | build2/bin/target.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/bin/target.cxx b/build2/bin/target.cxx index 6c62258..093df6e 100644 --- a/build2/bin/target.cxx +++ b/build2/bin/target.cxx @@ -174,7 +174,7 @@ namespace build2 if (const target* g2 = targets.find<libul> (dir, out, n)) { if (g != 0) - fail << "both " << *g << " and " << g2 << " targets declared"; + fail << "both " << *g << " and " << *g2 << " targets declared"; g = g2; } @@ -198,7 +198,6 @@ namespace build2 false }; - const target_type libua::static_type { "libua", |