diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-03 14:33:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-03 15:25:32 +0200 |
commit | 183329b89ddf810e2df5c250ae5b97d8ebcbba74 (patch) | |
tree | bf1e174ffe0929a9ec78ac642b351cbc5a23b78b /build2/cli/target.cxx | |
parent | bcb5045dff9e87decbad3a785eb1fe42f4fc1410 (diff) |
Fix cli distribution via group
Diffstat (limited to 'build2/cli/target.cxx')
-rw-r--r-- | build2/cli/target.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build2/cli/target.cxx b/build2/cli/target.cxx index 51f58aa..015c034 100644 --- a/build2/cli/target.cxx +++ b/build2/cli/target.cxx @@ -50,10 +50,9 @@ namespace build2 { tracer trace ("cli::cli_cxx_factory"); - // Pre-enter (potential) members as targets. The main purpose - // of doing this is to avoid searching for existing files in - // src_base if the buildfile mentions some of them explicitly - // as prerequisites. + // Pre-enter (potential) members as targets. The main purpose of doing + // this is to avoid searching for existing files in src_base if the + // buildfile mentions some of them explicitly as prerequisites. // targets.insert<cxx::hxx> (d, o, n, trace); targets.insert<cxx::cxx> (d, o, n, trace); |