diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/bin/def-rule.cxx | 2 | ||||
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/bin/def-rule.cxx b/libbuild2/bin/def-rule.cxx index 49d0ac0..ab31fde 100644 --- a/libbuild2/bin/def-rule.cxx +++ b/libbuild2/bin/def-rule.cxx @@ -616,7 +616,7 @@ namespace build2 const char*& arg (*(args.end () - 2)); if (verb == 1) - text << "gen " << t; + text << "def " << t; // Extract symbols from each object file. // diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 3e74452..f0dc5c4 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -1477,7 +1477,7 @@ namespace build2 // prerequisite libraries. // if (verb) - text << "gen " << *t; + text << "pc " << *t; else if (verb >= 2) text << "cat >" << p; |