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/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/compile-rule.cxx') diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index ebd12fd..7a50170 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -3596,7 +3596,7 @@ namespace build2 // available. // // @@ MOD: BMI compatibility check. - // @@ UTL: we need to (recursively) see through libux{} (and + // @@ UTL: we need to (recursively) see through libu*{} (and // also in pkgconfig_save()). // if (bt->is_a ()) -- cgit v1.1