aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc1plus
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-04 04:46:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-04 04:46:04 +0000
commitda488b70861b0f049307696672a0727f13b027bb (patch)
treeecaa2c6ab6823e70fea32f470e1a115ccb982178 /gnu/usr.bin/cc/cc1plus
parent3c7ffaa1fe9671f2b97622c0bf3bac904147628a (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc1plus')
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index e68fd305f8af..2f27946045b8 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -14,9 +14,11 @@ SRCS+= call.c class.c cvt.c decl.c decl2.c errfn.c error.c except.c expr.c \
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED=yes
+
+CFLAGS+= -I${GCCDIR}/cp -I.
+
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
-CFLAGS+= -I${GCCDIR}/cp -I.
.ORDER: parse.c parse.h
parse.c parse.h: parse.y