summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-10 14:27:04 +0000
committerharti <harti@FreeBSD.org>2005-05-10 14:27:04 +0000
commit4e99d859a89fb83d3001764fed9e693baeb605e6 (patch)
tree1823597517d9c07dd62d8327fab8abb3190e11d9 /usr.bin/make/make.c
parent59c55733793bcd9b59e27a4c51cff131f473b99a (diff)
downloadFreeBSD-src-4e99d859a89fb83d3001764fed9e693baeb605e6.zip
FreeBSD-src-4e99d859a89fb83d3001764fed9e693baeb605e6.tar.gz
Move the definitions of the OP_* constants from make.h into GNode.h
where they actually belong to. Move the definitions of the strings for special macros like "$*" from make.h to parse.h - they're used only in the parser. Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.211)
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r--usr.bin/make/make.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index e674608..5402db6 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -81,6 +81,7 @@ __FBSDID("$FreeBSD$");
#include "GNode.h"
#include "job.h"
#include "make.h"
+#include "parse.h"
#include "suff.h"
#include "targ.h"
#include "util.h"
OpenPOWER on IntegriCloud