From 6ad4a629e0a790ad60352a94ea25359f38700b2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Aug 2018 20:23:06 +0200 Subject: Don't insist on install rules for non-file targets This helps with (not) installing libu*{} groups. --- build2/cc/pkgconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/pkgconfig.cxx') diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index d331f7e..4a8d995 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -1345,7 +1345,7 @@ namespace build2 for (const target* pt: l.prerequisite_targets[a]) { - // @@ UTL: we need to (recursively) see through libux{} (and + // @@ UTL: we need to (recursively) see through libu*{} (and // also in search_modules()). // if (pt != nullptr && pt->is_a ()) -- cgit v1.1