diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 2a4ec34e1103..258ce790816f 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -1340,6 +1340,7 @@ JobRestart(Job *job) * actually put the thing in the job table. */ job->flags |= JOB_CONTINUING; + status = 0; W_SETTERMSIG(&status, SIGCONT); JobFinish(job, &status);