diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2013-09-04 15:02:14 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2013-09-04 15:02:14 +0000 |
| commit | c354d333b2349f751e9e3424ea8f10097a302c39 (patch) | |
| tree | e03fcf559b8a32d8612db20448f975cc79505bb8 /lib/libc++ | |
| parent | 5396f9ec5a9ff10862385887af5bf93c4bbc2b72 (diff) | |
Notes
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index d540ca29b3c0..567144aaed10 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -165,6 +165,7 @@ RT_HEADERS= cxxabi.h\ .for hdr in ${STD_HEADERS} STD+= ${HDRDIR}/${hdr} +INCSLINKS+= ${CXXINCLUDEDIR}/${hdr} ${CXXINCLUDEDIR}/tr1/${hdr} .endfor .for hdr in ${RT_HEADERS} STD+= ${LIBCXXRTDIR}/${hdr} |
