summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-30 12:52:15 +0000
committerru <ru@FreeBSD.org>2006-09-30 12:52:15 +0000
commitbe4f7e296e928bb4ace464e3f32e5dfb8e49c7bd (patch)
treeacd292e0df1e6c8ba3a7d3efb042ca5ed2f8f8df /gnu/lib
parent79ed19636dc90fa7f87efc9c23dd6a91689c3509 (diff)
downloadFreeBSD-src-be4f7e296e928bb4ace464e3f32e5dfb8e49c7bd.zip
FreeBSD-src-be4f7e296e928bb4ace464e3f32e5dfb8e49c7bd.tar.gz
Fix build due to the incomplete removal of demangle.h.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libstdc++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index dba2f12..7244115 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -122,7 +122,7 @@ BKWHDRS= complex.h iomanip.h istream.h ostream.h stream.h streambuf.h \
BKWHDRS:= ${BKWHDRS:S;^;${SRCDIR}/include/backward/;}
BKWHDRSDIR= ${CXXINCLUDEDIR}/backward
-EXTHDRS= algorithm bitmap_allocator.h debug_allocator.h demangle.h \
+EXTHDRS= algorithm bitmap_allocator.h debug_allocator.h \
enc_filebuf.h stdio_filebuf.h stdio_sync_filebuf.h functional \
hash_map hash_set iterator malloc_allocator.h memory \
mt_allocator.h new_allocator.h numeric pod_char_traits.h \
OpenPOWER on IntegriCloud