summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-02-20 23:12:09 +0000
committerjoerg <joerg@NetBSD.org>2011-02-20 23:12:09 +0000
commitea93a8729fd544ea7db4a75f3cd06c9471c8e28b (patch)
tree53fb81a850eacf695094bd2caef3d23eeeed9112 /usr.bin/make/make.h
parent6d9bfea5bda57144fb5812b6b93ef32d08dcb646 (diff)
Use the current directory at start time for .PARSEDIR, if the filename
contains no /.
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 39a084f1952..fbb45d9abc1 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -1,4 +1,4 @@
-/* $NetBSD: make.h,v 1.84 2010/11/25 21:31:09 christos Exp $ */
+/* $NetBSD: make.h,v 1.85 2011/02/20 23:12:09 joerg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -394,6 +394,7 @@ extern Boolean oldVars; /* Do old-style variable substitution */
extern Lst sysIncPath; /* The system include path. */
extern Lst defIncPath; /* The default include path. */
+extern char curdir[]; /* Startup directory */
extern char *progname; /* The program name */
extern char *makeDependfile; /* .depend */