diff options
author | ru <ru@FreeBSD.org> | 2002-05-15 16:29:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-15 16:29:45 +0000 |
commit | b860787a1895c30ea1f8f8c93c0b4578de259cf3 (patch) | |
tree | f025d67a22654d8ff2203628f971ff7d615e4142 /gnu/usr.bin/Makefile | |
parent | f5faaf6181d75212545b164cf70a61760c9edb2b (diff) | |
download | FreeBSD-src-b860787a1895c30ea1f8f8c93c0b4578de259cf3.zip FreeBSD-src-b860787a1895c30ea1f8f8c93c0b4578de259cf3.tar.gz |
Make sure to not yet build the GNU C++, but still allow
for the C++ progs to be built with e.g. an old compiler,
CXX=/usr/bin/c++, for the time being.
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index c0bd0f2..83018bf 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -3,7 +3,7 @@ SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 \ grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo -.if ${CXX:T} != "c++" +.if ${CXX} != "c++" SUBDIR+=gperf groff .endif |