Instead of hardcoding /usr/lib, as in r277803, use ${LIBDIR} for the

private header location, since this Makefile (and everything under
lib/clang) is not processed for the 32-bit compat stages anyway.

Noticed by:	bjk
This commit is contained in:
dim 2015-01-27 19:58:02 +00:00
parent 93d1b629ef
commit b2a5a7b84f

View File

@ -8,7 +8,7 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
.PATH: ${LLVM_SRCS}/tools/clang/lib/Headers
INCSDIR=/usr/lib/clang/3.6.0/include
INCSDIR=${LIBDIR}/clang/3.6.0/include
INCS= __stddef_max_align_t.h \
__wmmintrin_aes.h \