Use a relative symlink for proper --sysroot support.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-05-28 16:38:09 +00:00
parent 534c4b14b6
commit da1a7cbaba

View File

@ -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}