diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-03 13:10:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-03 13:10:28 +0200 |
commit | 0db17bfec8b3b6c436f3c9c346d17d98458c3654 (patch) | |
tree | c9dcd1d7678972b0a40450b21a7d23dd6ec1121b /build/cli | |
parent | 3a2efbc3d33c70aa5d0a87c9a1d16b458541bdde (diff) |
match_only and dependents count rework, part 1
Diffstat (limited to 'build/cli')
-rw-r--r-- | build/cli/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<cli_cxx*> (mr.target)); build::match (a, g); - return group_recipe; + return group_recipe; // Execute the group's recipe. } } |