From 5edce35840c8e5ee30500f55a7158a12ff4f696f Mon Sep 17 00:00:00 2001 From: kan Date: Sun, 1 Sep 2002 21:21:56 +0000 Subject: Connect new files added with GCC 3.2.1 import to the build. Approved by: obrien --- gnu/lib/libstdc++/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index f4c3984..c471913 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -31,7 +31,8 @@ SRCS+= globals.cc limits.cc basic_file_stdio.cc complex_io.cc ios.cc \ collate_members.cc ctype_members.cc messages_members.cc \ monetary_members.cc numeric_members.cc time_members.cc concept-inst.cc \ locale-inst.cc misc-inst.cc stl-inst.cc string-inst.cc wstring-inst.cc \ - valarray-inst.cc ext-inst.cc + valarray-inst.cc ext-inst.cc fstream.cc fstream-inst.cc io-inst.cc \ + istream-inst.cc ostream-inst.cc streambuf-inst.cc sstream-inst.cc # C parts of math SRCS+= nan.c signbit.c signbitf.c signbitl.c stubs.c @@ -47,7 +48,7 @@ SRCS+= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \ SRCS+= cp-demangle.c dyn-string.c strstream-fixed.cc: ${SRCDIR}/src/strstream.cc - sed -e 's,^#include ,#include ,g' \ + sed -e 's,^#include ,#include ,g' \ < ${SRCDIR}/src/strstream.cc > strstream-fixed.cc CLEANFILES+= strstream-fixed.cc -- cgit v1.1