summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-04-21 07:44:18 +0000
committerRoland McGrath <roland@redhat.com>1992-04-21 07:44:18 +0000
commit79a2237ed285819be81ab9062c742ee95c0496c5 (patch)
tree0617826c5280c5496b65e553396072a6a0d8b6b1
parentfb37865802c14e08ae10ce911d79570a29489f96 (diff)
downloadgunmake-79a2237ed285819be81ab9062c742ee95c0496c5.tar.gz
Formerly remake.c.~26~
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index a4dff6f..064fab1 100644
--- a/remake.c
+++ b/remake.c
@@ -81,7 +81,7 @@ update_goal_chain (goals, makefiles)
/* Wait for a child to die. */
- wait_for_children (1, 0);
+ reap_children (1, 0);
lastgoal = 0;
g = goals;