From 758a50eb1825f2e0c1acd5c61d36bb5b866585b8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jun 2020 09:18:11 +0200 Subject: Adjust rule_match name for ad hoc recipes --- libbuild2/target.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/target.hxx') diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 667ef79..26bb135 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -195,7 +195,7 @@ namespace build2 // would be much easier and more consistent to make these extra files // proper targets. // - // So to support this requirement we have "ad hoc" groups. The idea is + // So to support this requirement we have ad hoc groups. The idea is // that any target can be turned either by a user's declaration in a // buildfile or by the rule that matches it into an ad hoc group by // chaining several targets together. -- cgit v1.1