From c54d188fb497493be90ecc9467160bd909def42e Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 7 May 2002 07:49:12 +0000 Subject: Make NO_CXX, really mean NO_CXX. --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.inc1') 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 -- cgit v1.1