summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/c++
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-24 20:12:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-24 20:12:05 +0000
commit9c8a631de51f20f905a39c53a2f2203af387abab (patch)
tree2fe2100056832628d988904056527156388f3459 /gnu/usr.bin/cc/c++
parentd092560c58f444bbbbb71cd9757e87d300aff728 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/c++')
-rw-r--r--gnu/usr.bin/cc/c++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile
index f77aca73c7fe..4c25003d87b7 100644
--- a/gnu/usr.bin/cc/c++/Makefile
+++ b/gnu/usr.bin/cc/c++/Makefile
@@ -10,7 +10,7 @@ LINKS= ${BINDIR}/c++ ${BINDIR}/g++
LINKS+= ${BINDIR}/c++ ${BINDIR}/CC
NOMAN= 1
-DPADD+= ${LIBCC_DRV} ${LIBCC_FBSD}
-LDADD+= ${LIBCC_DRV} ${LIBCC_FBSD}
+DPADD+= ${LIBCC_INT} ${LIBCC_FBSD}
+LDADD+= ${LIBCC_INT} ${LIBCC_FBSD}
.include <bsd.prog.mk>