=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/job.c,v retrieving revision 1.140 retrieving revision 1.141 diff -u -r1.140 -r1.141 --- src/usr.bin/make/job.c 2017/12/19 13:51:13 1.140 +++ src/usr.bin/make/job.c 2019/12/21 15:28:17 1.141 @@ -1,4 +1,4 @@ -/* $OpenBSD: job.c,v 1.140 2017/12/19 13:51:13 espie Exp $ */ +/* $OpenBSD: job.c,v 1.141 2019/12/21 15:28:17 espie Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* @@ -536,7 +536,7 @@ /* As long as we aren't aborting and the job didn't return a * non-zero status that we shouldn't ignore, we call * Make_Update to update the parents. */ - job->node->built_status = MADE; + job->node->built_status = REBUILT; Make_Update(job->node); free(job); }