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
@@ -455,13 +455,13 @@ component_build_depmap (void)
if (tgt < 0)
{
logmsg (LOG_ERR,
_("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);
}
if (comp->depend)

Return to:

Send suggestions and report system problems to the System administrator.