From aa06e255fae77f106a773e5867848bd2ab1f4cb6 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 28 Aug 1998 15:31:29 +0000 Subject: Update to egcs 1.1-snap's libstdc++. Now shlib version 2.0. Now requires "make includes" before "make" like other libraries. --- gnu/lib/libstdc++/std/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/lib/libstdc++/std') diff --git a/gnu/lib/libstdc++/std/Makefile b/gnu/lib/libstdc++/std/Makefile index a5553201378..b811c7eb95f 100644 --- a/gnu/lib/libstdc++/std/Makefile +++ b/gnu/lib/libstdc++/std/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/03/29 11:40:13 mrg Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/28 15:31:30 tv Exp $ NOPROG= yes -INCS= bastring.h complext.h dcomplex.h fcomplex.h ldcomplex.h straits.h +INCS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \ + ldcomplex.h straits.h INCSDIR=/usr/include/g++/std -.PATH: $(.CURDIR)/../../../dist/libstdc++/std +.PATH: ${.CURDIR}/../../../dist/libstdc++/std .include -- cgit