summaryrefslogtreecommitdiff
path: root/gnu/lib/libsupc++
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-07-11 05:37:23 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-07-11 05:37:23 +0000
commite67810e6962ed3e4f5604986cd9b0417466b80a8 (patch)
tree48011aa0b1d5a11422646a9a5233a8b3cebe128e /gnu/lib/libsupc++
parent487ee93a17b5fd6bca8f75daba5bce31bc215834 (diff)
Notes
Diffstat (limited to 'gnu/lib/libsupc++')
-rw-r--r--gnu/lib/libsupc++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile
index 681b1d8e0897..cb41af28d09c 100644
--- a/gnu/lib/libsupc++/Makefile
+++ b/gnu/lib/libsupc++/Makefile
@@ -10,7 +10,7 @@ LIB= supc++
SRCS= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \
eh_alloc.cc eh_aux_runtime.cc eh_catch.cc eh_exception.cc \
eh_globals.cc eh_personality.cc eh_terminate.cc eh_throw.cc eh_type.cc \
- new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \
+ guard.cc new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \
pure.cc tinfo.cc tinfo2.cc vec.cc
# from libiberty:
@@ -22,6 +22,6 @@ CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
HDRS= exception new typeinfo cxxabi.h exception_defines.h
INCS= ${HDRS:S;^;${SRCDIR}/;}
-INCSDIR=${INCLUDEDIR}/g++
+INCSDIR=${INCLUDEDIR}/c++/3.3
.include <bsd.lib.mk>