diff options
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |