diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2013-03-15 22:20:45 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2013-03-15 22:20:45 +0000 |
| commit | b43fd93765d79953627a7b8bf59ee08dd53aafde (patch) | |
| tree | 4c4dbe648f844df566a7b56502721d66e7ad574a /gnu | |
| parent | c276ca276c09e0a776d9e24c2e7801036db89650 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/c++/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile index f434b34a9ee0..98e1ea3ed75c 100644 --- a/gnu/usr.bin/cc/c++/Makefile +++ b/gnu/usr.bin/cc/c++/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +NO_MAN= .include <bsd.own.mk> .include "../Makefile.inc" @@ -9,13 +10,13 @@ PROG= g++ SRCS+= g++spec.c + +DPADD= ${LIBCPP} ${LIBIBERTY} +LDADD= ${LIBCPP} ${LIBIBERTY} + .if ${MK_CLANG_IS_CC} == "no" LINKS= ${BINDIR}/g++ ${BINDIR}/c++ LINKS+= ${BINDIR}/g++ ${BINDIR}/CC .endif -NO_MAN= - -DPADD= ${LIBCPP} ${LIBIBERTY} -LDADD= ${LIBCPP} ${LIBIBERTY} .include <bsd.prog.mk> |
