diff options
Diffstat (limited to 'remake.c')
-rw-r--r-- | remake.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |