diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-05-16 07:28:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-05-16 07:28:16 +0000 |
commit | a899480a1c80215e41e45354671ea471c806082c (patch) | |
tree | 8ef75570285ffb84f02904e3d8239c6488e2e39f /gnu/lib | |
parent | 6cdc41c78d7cb8289fc2fbad65a53446423da0a0 (diff) |
install unwind.h, like for gcc3.
problem spotted by matthieu/naddy
okay kettenis@, matthieu@
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libstdc++-v3/Makefile.common | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/lib/libstdc++-v3/Makefile.common b/gnu/lib/libstdc++-v3/Makefile.common index a492afd513a..0db6a3e63c3 100644 --- a/gnu/lib/libstdc++-v3/Makefile.common +++ b/gnu/lib/libstdc++-v3/Makefile.common @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.common,v 1.1 2010/05/15 08:21:03 robert Exp $ +# $OpenBSD: Makefile.common,v 1.2 2010/05/16 07:28:15 espie Exp $ GCCDIR= ${.CURDIR}/../../gcc/gcc GCCLIB= ${GCCDIR}/gcc @@ -26,9 +26,3 @@ SUPSRCS=del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \ # from libiberty: SRCS+= cp-demangle.c - -unwind.h: ${GCCDIR}/unwind-generic.h - ln -sf ${.ALLSRC} ${.TARGET} - -SRCS+= unwind.h -CLEANFILES+= unwind.h |