aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-08-16 23:02:00 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-08-16 23:02:00 +0000
commit203ab4d0c39b8f679ff8c76beb269c53358e2707 (patch)
tree9b64698f49f6ca266f883c820c7761edbb403e7c /gnu
parent70eaa4219c9f7e1f604b8cd077912b2dd2ed6859 (diff)
downloadsrc-203ab4d0c39b8f679ff8c76beb269c53358e2707.tar.gz
src-203ab4d0c39b8f679ff8c76beb269c53358e2707.zip
Install etx/numeric_traits.h.
PR: gnu/115250 Approved by: re (blanket)
Notes
Notes: svn path=/head/; revision=171864
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 204da916a7fe..43b7ff19246c 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -143,10 +143,10 @@ EXTHDRS= algorithm atomicity.h array_allocator.h bitmap_allocator.h \
stdio_filebuf.h stdio_sync_filebuf.h functional \
hash_map hash_set hash_fun.h hashtable.h iterator \
malloc_allocator.h memory mt_allocator.h new_allocator.h \
- numeric pod_char_traits.h pool_allocator.h rb_tree rope \
- ropeimpl.h slist throw_allocator.h typelist.h type_traits.h \
- rc_string_base.h sso_string_base.h vstring.h vstring.tcc \
- vstring_fwd.h vstring_util.h
+ numeric numeric_traits.h pod_char_traits.h pool_allocator.h \
+ rb_tree rope ropeimpl.h slist throw_allocator.h typelist.h \
+ type_traits.h rc_string_base.h sso_string_base.h vstring.h \
+ vstring.tcc vstring_fwd.h vstring_util.h
EXTHDRS:= ${EXTHDRS:S;^;${SRCDIR}/include/ext/;}
EXTHDRSDIR= ${CXXINCLUDEDIR}/ext