Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/make/make.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/make.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- src/usr.bin/make/make.c 2012/04/07 18:29:08 1.85 +++ src/usr.bin/make/make.c 2012/05/10 19:53:26 1.86 @@ -1,4 +1,4 @@ -/* $NetBSD: make.c,v 1.85 2012/04/07 18:29:08 christos Exp $ */ +/* $NetBSD: make.c,v 1.86 2012/05/10 19:53:26 christos Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -69,14 +69,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: make.c,v 1.85 2012/04/07 18:29:08 christos Exp $"; +static char rcsid[] = "$NetBSD: make.c,v 1.86 2012/05/10 19:53:26 christos Exp $"; #else #include #ifndef lint #if 0 static char sccsid[] = "@(#)make.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: make.c,v 1.85 2012/04/07 18:29:08 christos Exp $"); +__RCSID("$NetBSD: make.c,v 1.86 2012/05/10 19:53:26 christos Exp $"); #endif #endif /* not lint */ #endif @@ -221,7 +221,7 @@ Make_OODate(GNode *gn) * doesn't depend on their modification time... */ if ((gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC)) == 0) { - (void)Dir_MTime(gn, 0); + (void)Dir_MTime(gn, 1); if (DEBUG(MAKE)) { if (gn->mtime != 0) { fprintf(debug_file, "modified %s...", Targ_FmtTime(gn->mtime));