summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-29 22:26:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-29 22:26:05 +0000
commit05811fcf3a2d23f02fa9e69c5b2b6e28bceff4b6 (patch)
tree20a5d22f08ab211a454f56ee73712cc9e543b366 /gnu/lib
parent31741f8a9e13fbbfd5c3226fdce3ee2e5f255473 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libstdc++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 9ab6a17675ad..5e29228fc493 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -6,7 +6,7 @@ SUPDIR= ${SRCDIR}/libsupc++
.PATH: ${SRCDIR}/src ${SRCDIR}/libmath ${SRCDIR}/config/io \
${SRCDIR}/config/locale/generic ${SRCDIR} ${SRCDIR}/std \
- ${SUPDIR}
+ ${SUPDIR} ${GCCDIR}
SUBDIR= doc
@@ -42,7 +42,7 @@ SRCS+= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \
pure.cc tinfo.cc tinfo2.cc vec.cc
# from libiberty:
-SRCS+= ${GCCDIR}/cp-demangle.c ${GCCDIR}/dyn-string.c
+SRCS+= cp-demangle.c dyn-string.c
strstream-fixed.cc: ${SRCDIR}/src/strstream.cc
sed -e 's,^#include <strstream.h>,#include <backward/strstream.h>,g' \