diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-29 14:31:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-29 14:31:00 +0200 |
commit | b1d778b2303c3dcb3f70e4b29a0a9bcba72c11d6 (patch) | |
tree | c300eebf51f2f72d37bfea48114ffcefedc61fc5 /build/algorithm.cxx | |
parent | 15d7a706a5f6904a4f295b5cddd7cbd51b04e863 (diff) |
Allow for target group members to remain unresolved
This, for example, can happen when we have a fallback rule for dist(update)
or configure(update).
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r-- | build/algorithm.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/algorithm.cxx b/build/algorithm.cxx index fb6c72a..6c3374e 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -272,8 +272,7 @@ namespace build execute_direct (a, g); r = g.group_members (a); - assert (r.members != nullptr); // What "next step" did the group expect? - return r; + return r; // Might still be unresolved. } void |