diff options
author | Roland McGrath <roland@redhat.com> | 1992-11-09 22:52:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-11-09 22:52:13 +0000 |
commit | eae9bb14a2a312ff154f31dc490809cdb135073c (patch) | |
tree | d7df802caecc79a8ee1c3eef47244ffb4a8acbd9 | |
parent | a401a5e46a7c6e60f2464fde705d30df0b224130 (diff) | |
download | gunmake-eae9bb14a2a312ff154f31dc490809cdb135073c.tar.gz |
Formerly job.c.~84~
-rw-r--r-- | job.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |