=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/compat.c,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- src/usr.bin/make/compat.c 2007/11/10 12:51:40 1.67 +++ src/usr.bin/make/compat.c 2007/11/10 13:59:48 1.68 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: compat.c,v 1.67 2007/11/10 12:51:40 espie Exp $ */ +/* $OpenBSD: compat.c,v 1.68 2007/11/10 13:59:48 espie Exp $ */ /* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */ /* @@ -81,7 +81,7 @@ if (gn->type & OP_USE) { Make_HandleUse(gn, pgn); - } else if (gn->built_status == UNMADE) { + } else if (gn->built_status == UNKNOWN) { /* First mark ourselves to be made, then apply whatever * transformations the suffix module thinks are necessary. * Once that's done, we can descend and make all our children.