svn commit: r277812 - projects/clang360-import/lib/clang/include
Dimitry Andric
dim at FreeBSD.org
Tue Jan 27 19:58:03 UTC 2015
Author: dim
Date: Tue Jan 27 19:58:02 2015
New Revision: 277812
URL: https://svnweb.freebsd.org/changeset/base/277812
Log:
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
Modified:
projects/clang360-import/lib/clang/include/Makefile
Modified: projects/clang360-import/lib/clang/include/Makefile
==============================================================================
--- projects/clang360-import/lib/clang/include/Makefile Tue Jan 27 19:46:19 2015 (r277811)
+++ projects/clang360-import/lib/clang/include/Makefile Tue Jan 27 19:58:02 2015 (r277812)
@@ -8,7 +8,7 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/l
.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 \
More information about the svn-src-projects
mailing list