diff options
-rw-r--r-- | libbuild2/operation.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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. } |