diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-21 18:55:27 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-11-21 18:55:27 +0000 |
| commit | 7c6d93ee2267267add93fac95f6cad6c01ddaabd (patch) | |
| tree | 17d74cc1fb2d8bdb2bf2698f2ca2effff8257542 /gnu/lib/libstdc++/Makefile | |
| parent | 8295296f0a9ef8d6dbb568e6a0c47cb10a9eebb1 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++/Makefile')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 0c26b31a1d78..058afab7253e 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -19,8 +19,8 @@ DPADD+= ${LIBM} HDRS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \ csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime \ - cwchar cwctype fstream iomanip iosfwd iostream stdexcept string \ - strstream complex.h stl.h valarray + cwchar cwctype fstream iomanip iosfwd iostream sstream stdexcept \ + string strstream complex.h stl.h valarray STDHDRS=bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \ gslice.h gslice_array.h indirect_array.h ldcomplex.h mask_array.h \ |
