diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2013-01-24 15:18:41 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2013-01-24 15:18:41 +0000 |
| commit | 4282299f69d686b76f804963ca674f4ea192e8e9 (patch) | |
| tree | 646875585ed22cf788c7e6fd09f26d4c9e2069fc /gnu/usr.bin | |
| parent | 0a8228644543386c07d04be9b513aa3616565841 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/c++/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile index f434b34a9ee0..54e8561e9c4f 100644 --- a/gnu/usr.bin/cc/c++/Makefile +++ b/gnu/usr.bin/cc/c++/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include <bsd.own.mk> - .include "../Makefile.inc" .include "../Makefile.fe" @@ -9,13 +7,16 @@ PROG= g++ SRCS+= g++spec.c -.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.own.mk> + +.if ${MK_CLANG_IS_CC} == "no" +LINKS= ${BINDIR}/g++ ${BINDIR}/c++ +LINKS+= ${BINDIR}/g++ ${BINDIR}/CC +.endif + .include <bsd.prog.mk> |
