diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 01:23:28 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 01:23:28 +0000 |
| commit | 3b95f72be421476b1da718144ab01310318b7c5e (patch) | |
| tree | 71019ec5b96c0ef6a1f18b812caa2b91e5d2917f /gnu/lib/libstdc++/Makefile | |
| parent | 3ee49aeb72fe1ec45bca3ba8a37bb230ee5b4b2b (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 4507b3d35870..ee582cfc8d2f 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1997/05/06 00:49:35 jdp Exp $ +# $Id: Makefile,v 1.7 1997/05/23 08:33:59 asami Exp $ # GPPDIR= ${.CURDIR}/../../../contrib/libg++ @@ -60,7 +60,7 @@ SRCS+= PlotFile.cc SFile.cc builtinbuf.cc editbuf.cc filebuf.cc fstream.cc \ isgetline.cc isgetsb.cc isscan.cc osform.cc parsestream.cc \ pfstream.cc procbuf.cc sbform.cc sbgetline.cc sbscan.cc \ stdiostream.cc stdstrbufs.cc stdstreams.cc stream.cc streambuf.cc \ - streambuf.cc strstream.cc + strstream.cc # C parts of iostream SRCS+= cleanup.c filedoalloc.c fileops.c floatconv.c genops.c iofclose.c \ |
