From 0db17bfec8b3b6c436f3c9c346d17d98458c3654 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Aug 2015 13:10:28 +0200 Subject: match_only and dependents count rework, part 1 --- build/cli/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/cli') diff --git a/build/cli/rule.cxx b/build/cli/rule.cxx index d1cb616..247b5b4 100644 --- a/build/cli/rule.cxx +++ b/build/cli/rule.cxx @@ -179,7 +179,7 @@ namespace build { cli_cxx& g (*static_cast (mr.target)); build::match (a, g); - return group_recipe; + return group_recipe; // Execute the group's recipe. } } -- cgit v1.1