aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/meta.c')
-rw-r--r--contrib/bmake/meta.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bmake/meta.c b/contrib/bmake/meta.c
index dcd396d0d2dd..3084a57ef42a 100644
--- a/contrib/bmake/meta.c
+++ b/contrib/bmake/meta.c
@@ -1474,6 +1474,7 @@ meta_oodate(GNode *gn, Boolean oodate)
if (DEBUG(META))
fprintf(debug_file, "%s: required but missing\n", fname);
oodate = TRUE;
+ needOODATE = TRUE; /* assume the worst */
}
}
}