aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-01-27 19:58:02 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-01-27 19:58:02 +0000
commit2c1a63f2b1c8ccdf1434bed281fc097b73ec31f8 (patch)
tree16dd5b5e37d9f3fb5855281ed31361165026f810
parent76f411ce48755bdeb44c1ea542c11ddd63fcedac (diff)
downloadsrc-2c1a63f2b1c8ccdf1434bed281fc097b73ec31f8.tar.gz
src-2c1a63f2b1c8ccdf1434bed281fc097b73ec31f8.zip
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
Notes
Notes: svn path=/projects/clang360-import/; revision=277812
-rw-r--r--lib/clang/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/include/Makefile b/lib/clang/include/Makefile
index 6cc7ce1e7711..d5db60e7d99f 100644
--- a/lib/clang/include/Makefile
+++ b/lib/clang/include/Makefile
@@ -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 \