diff options
| author | rillig <rillig@NetBSD.org> | 2022-01-07 20:50:35 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2022-01-07 20:50:35 +0000 |
| commit | e99ba61be2cec879bfb5d470311f2822c5df408c (patch) | |
| tree | 688213d325741b66756472ada4d1a9c8c553f0c0 /usr.bin/make/make.h | |
| parent | 80f691b2636cc3ea00ecf392290eebac3510bd2b (diff) | |
make: merge duplicate variables for the main target
No functional change.
Diffstat (limited to 'usr.bin/make/make.h')
| -rw-r--r-- | usr.bin/make/make.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 991ca4a25e7..c11d19cd918 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.286 2022/01/07 19:24:27 rillig Exp $ */ +/* $NetBSD: make.h,v 1.287 2022/01/07 20:50:35 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -589,6 +589,7 @@ extern int makelevel; extern char *makeDependfile; /* If we replaced environ, this will be non-NULL. */ extern char **savedEnv; +extern GNode *mainNode; extern pid_t myPid; |
