aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/make.c')
-rw-r--r--contrib/bmake/make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bmake/make.c b/contrib/bmake/make.c
index 7905f8c1910c..6f4ced076422 100644
--- a/contrib/bmake/make.c
+++ b/contrib/bmake/make.c
@@ -378,7 +378,7 @@ MakeAddChild(void *gnp, void *lp)
if (DEBUG(MAKE))
fprintf(debug_file, "MakeAddChild: need to examine %s%s\n",
gn->name, gn->cohort_num);
- (void)Lst_EnQueue(l, gn);
+ (void)Lst_EnQueueOnce(l, gn);
}
return (0);
}