summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libstdc++
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-25 01:23:28 +0000
committerbde <bde@FreeBSD.org>1998-02-25 01:23:28 +0000
commitc6e6ad163c9e12a8f59dbea28a46712f851a4ac2 (patch)
tree0295a4b4632ab3a2cb1f482b04daf70dc4e95c84 /gnu/lib/libstdc++
parentc1b52b86d5367d9145df44da5ba96707fc1f7b40 (diff)
downloadFreeBSD-src-c6e6ad163c9e12a8f59dbea28a46712f851a4ac2.zip
FreeBSD-src-c6e6ad163c9e12a8f59dbea28a46712f851a4ac2.tar.gz
Don't add streambuf.cc to SRCS twice.
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r--gnu/lib/libstdc++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 4507b3d..ee582cf 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 \
OpenPOWER on IntegriCloud