diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-29 12:20:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-29 12:20:53 +0200 |
commit | 729b56300c441a0d63c7d2013eb5a881211d352b (patch) | |
tree | d363c5f282b910e1f014161e24c6dfc6a5fcba40 /build/algorithm.cxx | |
parent | 1cf1603cae3064aff734f52d23c06098e81a8111 (diff) |
Initial support for target type/pattern-specific variables
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r-- | build/algorithm.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/algorithm.cxx b/build/algorithm.cxx index 615d4b7..bf10b84 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -85,9 +85,7 @@ namespace build size_t oi (o - 1); // Operation index in rule_map. scope& bs (t.base_scope ()); - for (auto tt (&t.type ()); - tt != nullptr && !t.recipe (ra); - tt = tt->base) + for (auto tt (&t.type ()); tt != nullptr; tt = tt->base) { // Search scopes outwards, stopping at the project root. // |