From 1766eeafce33a70bb8d54ecf0ca57cce3fbb38cf Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 28 May 2016 16:38:09 +0000 Subject: [PATCH] Use a relative symlink for proper --sysroot support. Sponsored by: EMC / Isilon Storage Division --- lib/libc++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 984e70bebe87..603e6bf7f712 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -187,7 +187,7 @@ RT_HEADERS= cxxabi.h\ .for hdr in ${STD_HEADERS} STD+= ${HDRDIR}/${hdr} -INCSLINKS+= ${CXXINCLUDEDIR}/${hdr} ${CXXINCLUDEDIR}/tr1/${hdr} +INCSLINKS+= ../${hdr} ${CXXINCLUDEDIR}/tr1/${hdr} .endfor .for hdr in ${RT_HEADERS} STD+= ${_LIBCXXRTDIR}/${hdr}