diff --git a/src/include/Makefile b/src/include/Makefile index 4a23488b..a2e53761 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.216 2016/11/12 03:04:27 jca Exp $ +# $OpenBSD: Makefile,v 1.217 2017/01/27 13:30:39 jsg Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -45,9 +45,11 @@ RDIRS= ../lib/libcurses ../lib/libedit \ .if ${COMPILER_VERSION:L} == "gcc3" RDIRS+= ../gnu/usr.bin/gcc ../gnu/lib/libobjc PRDIRS+= ../gnu/lib/libstdc++ -.else +.elif ${COMPILER_VERSION:L} == "gcc4" RDIRS+= ../gnu/usr.bin/cc/libobjc PRDIRS+= ../gnu/lib/libstdc++-v3 ../gnu/usr.bin/cc/include +.elif ${COMPILER_VERSION:L} == "clang" +RDIRS+= ../lib/libcxxabi ../lib/libcxx .endif # prereq implies includes