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:
parent
93d1b629ef
commit
b2a5a7b84f
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user