diff options
Diffstat (limited to 'usr.bin/make/make.c')
| -rw-r--r-- | usr.bin/make/make.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index d02a43595019..2db6635d2e0a 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -895,7 +895,7 @@ Make_Run (targs) (void)MakeStartJobs(); } - errors = Job_End(); + errors = Job_Finish(); /* * Print the final status of each target. E.g. if it wasn't made |
