summaryrefslogtreecommitdiff
path: root/external/bsd/libc++/include
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2013-05-17 22:59:29 +0000
committerjoerg <joerg@NetBSD.org>2013-05-17 22:59:29 +0000
commit5841c982f729db9c871391dbd9baf3ea82d628f4 (patch)
treedcd7478e80bae7a66974ec620b9e754a9d3e9b1b /external/bsd/libc++/include
parent22397cbc4658835a90f7c5f49fb674ca694fd36f (diff)
Install cxxabi.h with libc++.
Diffstat (limited to 'external/bsd/libc++/include')
-rw-r--r--external/bsd/libc++/include/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/external/bsd/libc++/include/Makefile b/external/bsd/libc++/include/Makefile
index 5460814c0e3..200db664f96 100644
--- a/external/bsd/libc++/include/Makefile
+++ b/external/bsd/libc++/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/04/27 23:02:21 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2013/05/17 22:59:29 joerg Exp $
.include <bsd.init.mk>
@@ -104,10 +104,18 @@ INCS= __bit_reference \
hash_map \
hash_set
+INCS+= cxxabi.h
+
INCSDIR= /usr/include/c++
.for f in __hash hash_map hash_set
INCSDIR_${f}= /usr/include/c++/ext
.endfor
+cxxabi.h: ${LIBCXXRT_SRCDIR}/src/cxxabi.h
+ cp ${LIBCXXRT_SRCDIR}/src/cxxabi.h .
+
+DPSRCS+= cxxabi.h
+CLEANFILES+= cxxabi.h
+
.include <bsd.inc.mk>
.include <bsd.obj.mk>