summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-11-09 22:52:13 +0000
committerRoland McGrath <roland@redhat.com>1992-11-09 22:52:13 +0000
commiteae9bb14a2a312ff154f31dc490809cdb135073c (patch)
treed7df802caecc79a8ee1c3eef47244ffb4a8acbd9 /job.c
parenta401a5e46a7c6e60f2464fde705d30df0b224130 (diff)
downloadgunmake-eae9bb14a2a312ff154f31dc490809cdb135073c.tar.gz
Formerly job.c.~84~
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: