From: Roland McGrath Date: Wed, 29 Apr 1992 21:15:52 +0000 (+0000) Subject: Formerly main.c.~37~ X-Git-Tag: 3.70.2~804 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a325039e23941fe5fce81bf95b304b6a1b031d2;p=thirdparty%2Fmake.git Formerly main.c.~37~ --- diff --git a/main.c b/main.c index 4608b886..e82d0680 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);