From: Roland McGrath Date: Wed, 13 May 1992 22:28:01 +0000 (+0000) Subject: Formerly job.c.~67~ X-Git-Tag: 3.70.2~773 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5a036c1011d16e1684a98b703d9c726a238d153;p=thirdparty%2Fmake.git Formerly job.c.~67~ --- diff --git a/job.c b/job.c index a842dda4..f1c919d4 100644 --- a/job.c +++ b/job.c @@ -334,11 +334,8 @@ reap_children (block, err) child_failed = 0; } - if (!err) - /* If there are more commands to run, try to start them. */ - start_job (c); - else - c->file->command_state = cs_finished; + /* If there are more commands to run, try to start them. */ + start_job (c); switch (c->file->command_state) {