diff options
Diffstat (limited to 'gnu/usr.bin/cc/c++/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/c++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile index 71fb59e..6b400b6 100644 --- a/gnu/usr.bin/cc/c++/Makefile +++ b/gnu/usr.bin/cc/c++/Makefile @@ -6,8 +6,7 @@ PROG = c++ SRCS = g++.c BINDIR= /usr/bin NOMAN= 1 -LDDESTDIR+= -L${.CURDIR}/../cc_int/obj -LDDESTDIR+= -L${.CURDIR}/../cc_int +DPADD+= ${LIBCC_INT} LDADD+= -lcc_int .include <bsd.prog.mk> |