From a4a3782b7088bebf62efa09a038d8446242bfdae Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 15 Nov 1996 18:09:09 +0000 Subject: [PATCH] STL object files missing from libstdc++ - fix. This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more commits before I fly!" rule and taking care of this, since it was at the very top and Peter shamed me in to taking care of it. This is definitely a 2.2 candidate. Submitted-By: Mark Diekhans --- gnu/lib/libstdc++/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 6ebf71c77650..326d303fdf30 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,10 +1,11 @@ # -# $Id$ +# $Id: Makefile,v 1.1 1996/10/03 22:52:22 peter Exp $ # GPPDIR= ${.CURDIR}/../../../contrib/libg++ -.PATH: ${GPPDIR}/libstdc++ ${GPPDIR}/libio ${GPPDIR}/libiberty +.PATH: ${GPPDIR}/libstdc++ ${GPPDIR}/libstdc++/stl ${GPPDIR}/libio \ + ${GPPDIR}/libiberty LIB= stdc++ SHLIB_MAJOR= 2 @@ -42,6 +43,9 @@ STLHDRS=algo.h algobase.h bool.h bvector.h defalloc.h deque.h faralloc.h \ SRCS+= newi.cc cstringi.cc stddefi.cc typeinfoi.cc exceptioni.cc \ stdexcepti.cc cstdlibi.cc cmathi.cc +# stl sources. +SRCS+= tempbuf.cc tree.cc random.cc + # "standard" C parts of libiberty (strerror is a superset of the libc version) SRCS+= insque.c strerror.c @@ -66,6 +70,8 @@ SRCS+= cleanup.c filedoalloc.c fileops.c floatconv.c genops.c iofclose.c \ ioseekpos.c iostrerror.c ioungetc.c iovfprintf.c iovfscanf.c \ outfloat.c strops.c + + beforedepend: config.h strerror.o: config.h CLEANFILES+= config.h