summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-11-11 11:47:28 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-11-11 11:47:28 +0000
commitc74d9193eb2dd970484a9d259d485126a5e805fc (patch)
tree7bde70b273f0752cecaf385e7a432cacc8d16d6b /usr.bin/make/make.h
parented87d7439564ddea1a0d2e22746122cedbb45ece (diff)
extern.h is a better name than nonints.h
(cvs file was copied from nonints.h to give a better sense of history).
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index ffc98fa61ac..19152d31e3f 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: make.h,v 1.14 1999/11/11 11:33:02 espie Exp $ */
+/* $OpenBSD: make.h,v 1.15 1999/11/11 11:47:27 espie Exp $ */
/* $NetBSD: make.h,v 1.15 1997/03/10 21:20:00 christos Exp $ */
/*
@@ -374,6 +374,6 @@ extern int debug;
#define DEBUG(module) (debug & CONCAT(DEBUG_,module))
-#include "nonints.h"
+#include "extern.h"
#endif /* _MAKE_H_ */