diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-21 07:44:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-21 07:44:18 +0000 |
commit | 79a2237ed285819be81ab9062c742ee95c0496c5 (patch) | |
tree | 0617826c5280c5496b65e553396072a6a0d8b6b1 /remake.c | |
parent | fb37865802c14e08ae10ce911d79570a29489f96 (diff) | |
download | gunmake-79a2237ed285819be81ab9062c742ee95c0496c5.tar.gz |
Formerly remake.c.~26~
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; |