summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-07 07:49:12 +0000
committerobrien <obrien@FreeBSD.org>2002-05-07 07:49:12 +0000
commitc54d188fb497493be90ecc9467160bd909def42e (patch)
tree3ae013868d2e56751eb248b7f73c1311f92c18dd /Makefile.inc1
parentb2fe4053f46d95a926ceda3657057a140b35a167 (diff)
downloadFreeBSD-src-c54d188fb497493be90ecc9467160bd909def42e.zip
FreeBSD-src-c54d188fb497493be90ecc9467160bd909def42e.tar.gz
Make NO_CXX, really mean NO_CXX.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c68dcdb..69ad70f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -671,8 +671,10 @@ includes:
cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libreadline/readline; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libregex; ${MAKE} beforeinstall
+.if !defined(NO_CXX)
cd ${.CURDIR}/gnu/lib/libstdc++; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
+.endif
.if exists(${.CURDIR}/kerberos5) && !defined(NOCRYPT) && \
defined(MAKE_KERBEROS5)
cd ${.CURDIR}/kerberos5/lib/libasn1; ${MAKE} beforeinstall
OpenPOWER on IntegriCloud