summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-04-29 21:15:52 +0000
committerRoland McGrath <roland@redhat.com>1992-04-29 21:15:52 +0000
commit6a325039e23941fe5fce81bf95b304b6a1b031d2 (patch)
treeeb59fb6755fef56158d20494b23274fa66316b61 /main.c
parent08ab2b7f94cb05bd4a13a9756c052b9c44c8ff35 (diff)
downloadgunmake-6a325039e23941fe5fce81bf95b304b6a1b031d2.tar.gz
Formerly main.c.~37~
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4608b88..e82d068 100644
--- a/main.c
+++ b/main.c
@@ -1326,7 +1326,7 @@ die (status)
/* Wait for children to die. */
for (err = status != 0; job_slots_used > 0; err = 0)
- reap_children (0, err);
+ reap_children (1, err);
/* Remove the intermediate files. */
remove_intermediates (0);