summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 8467da4..b7e09c2 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -5,8 +5,7 @@
PROG = cpp
SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
-LDDESTDIR+= -L${.CURDIR}/../cc_int/obj
-LDDESTDIR+= -L${.CURDIR}/../cc_int
+DPADD+= ${LIBCC_INT}
LDADD+= -lcc_int
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud