diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-24 08:19:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-24 08:19:31 +0000 |
| commit | 59b2f926533f90d220d7107bd745567ebe2d9d08 (patch) | |
| tree | c03d8a8152b3e778a99f896e19d5c9f62a351ddc | |
| parent | 2371a10cb2fe02b161947c12505568218e738e83 (diff) | |
Notes
| -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 ca357381648d..7cf5a0eb7743 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 sstring 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 \ |
