summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-11-01 06:18:07 +0000
committerRoland McGrath <roland@redhat.com>1994-11-01 06:18:07 +0000
commit8ad5af7c28e1c113beb23fd0050254a374a05aad (patch)
tree13946d114d1333fa8784b1e6eb6f3f418617f4fd
parent857d7ad256d377078fb218ca8eef6d756ad52294 (diff)
downloadgunmake-8ad5af7c28e1c113beb23fd0050254a374a05aad.tar.gz
(start_job_command): Call notice_finished_file for empty command line.
-rw-r--r--job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.c b/job.c
index 666c0d7..4c6e4f3 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;
}