aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-15 17:57:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:21 +0200
commitf5090740dcb36067707ff40e0d41cdbeef15e63e (patch)
tree38529704fcc11544ea3c8f64c1f2d86323692d04 /build2/test/rule.cxx
parent32e60fc5d4e771c5776ddb6715db10e5de182f28 (diff)
Add support for skipping rule in delegate_match()
Diffstat (limited to 'build2/test/rule.cxx')
-rw-r--r--build2/test/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx
index dd1e029..2370111 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -258,7 +258,7 @@ namespace build2
// been found if we signalled that we do not match from match()
// above.
//
- recipe d (match_delegate (a, t).first);
+ recipe d (match_delegate (a, t, *this).first);
// If we have no input/output that needs updating, then simply
// redirect to it.