summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'job.c')
-rw-r--r--job.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/job.c b/job.c
index 4f83d80..1a55be7 100644
--- a/job.c
+++ b/job.c
@@ -347,6 +347,9 @@ reap_children (block, err)
if (c->file->update_status != 0)
/* We failed to start the commands. */
delete_child_targets (c);
+
+ /* Tell update_file that some actual work has been done. */
+ ++files_remade;
break;
default: