summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 46904d70b87..14c76caebf0 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: make.h,v 1.16 1999/12/18 21:53:32 espie Exp $ */
+/* $OpenBSD: make.h,v 1.17 2000/02/02 13:47:48 espie Exp $ */
/* $NetBSD: make.h,v 1.15 1997/03/10 21:20:00 christos Exp $ */
/*
@@ -84,6 +84,8 @@
#include "config.h"
#include "buf.h"
+#define OUT_OF_DATE INT_MIN
+
/*-
* The structure for an individual graph node. Each node has several
* pieces of data associated with it.