aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 06b5772..7056855 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -458,7 +458,7 @@ component_build_depmap (void)
458 _("component %s depends on %s, " 458 _("component %s depends on %s, "
459 "which is not declared"), 459 "which is not declared"),
460 comp->tag, tag); 460 comp->tag, tag);
461 comp_array_remove (i); 461 comp_array[i]->flags |= CF_REMOVE;
462 continue; 462 continue;
463 } 463 }
464 depmap_set (depmap, i, tgt); 464 depmap_set (depmap, i, tgt);

Return to:

Send suggestions and report system problems to the System administrator.