From 2388b2fc468e420372f4b15085f04f2203a44222 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Sep 2021 06:37:24 +0200 Subject: Fix over-tight assumption in standard operation match() --- libbuild2/operation.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx index 428f459..ae0f2d8 100644 --- a/libbuild2/operation.cxx +++ b/libbuild2/operation.cxx @@ -226,6 +226,7 @@ namespace build2 } case target_state::unknown: case target_state::unchanged: + case target_state::changed: // Can happend for ad hoc group member. { break; // Matched successfully. } -- cgit v1.1