From: Roland McGrath Date: Tue, 1 Nov 1994 06:18:07 +0000 (+0000) Subject: (start_job_command): Call notice_finished_file for empty command line. X-Git-Tag: 3.71.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad5af7c28e1c113beb23fd0050254a374a05aad;p=thirdparty%2Fmake.git (start_job_command): Call notice_finished_file for empty command line. --- diff --git a/job.c b/job.c index 666c0d79..4c6e4f3d 100644 --- a/job.c +++ b/job.c @@ -595,6 +595,7 @@ start_job_command (child) if (job_next_command (child)) start_job_command (child); child->file->update_status = 0; + notice_finished_file (child->file); return; }