From d267e350e3fb8571805f6d8eba9c0d7f41bf75c2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Oct 2021 12:39:14 +0200 Subject: Use tidier pc and def names instead of generic gen for .pc and .def generation --- libbuild2/cc/pkgconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/pkgconfig.cxx') 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; -- cgit v1.1