aboutsummaryrefslogtreecommitdiff
path: root/src/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp.c')
-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)
_("component %s depends on %s, "
"which is not declared"),
comp->tag, tag);
- comp_array_remove (i);
+ comp_array[i]->flags |= CF_REMOVE;
continue;
}
depmap_set (depmap, i, tgt);

Return to:

Send suggestions and report system problems to the System administrator.