From: Roland McGrath Date: Sun, 26 Jul 1992 20:57:13 +0000 (+0000) Subject: Formerly job.c.~80~ X-Git-Tag: 3.70.2~654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19142fcfd4afd0123021eee17f8d1f588efe83a8;p=thirdparty%2Fmake.git Formerly job.c.~80~ --- diff --git a/job.c b/job.c index 1e770413..1aac7514 100644 --- a/job.c +++ b/job.c @@ -621,6 +621,7 @@ start_waiting_job (c) { /* Put this child on the chain of children waiting for the load average to go down. */ + c->file->command_state = cs_running; c->next = waiting_jobs; waiting_jobs = c; return;