]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly main.c.~37~
authorRoland McGrath <roland@redhat.com>
Wed, 29 Apr 1992 21:15:52 +0000 (21:15 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 29 Apr 1992 21:15:52 +0000 (21:15 +0000)
main.c

diff --git a/main.c b/main.c
index 4608b8868a7411d01bf6ae95cfc5f3301c2c40f3..e82d0680d754109e443c877db5dce2a52ca2bed6 100644 (file)
--- 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);