diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-24 09:01:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-24 09:01:31 +0000 |
| commit | 063e57d5740edc69ebe1214cb1243d148ff8e7d6 (patch) | |
| tree | b9e78105f16b02d53bd549dd245d19315d6bd706 /gnu/lib | |
| parent | 483cbcc1ebaff6abdeb9b83b3d1d4a3aa2763a37 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 7cf5a0eb7743..1160fe180ac5 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -19,7 +19,7 @@ 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 sstring stdexcept \ + 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 \ |
