diff options
| author | tv <tv@NetBSD.org> | 1998-08-28 15:31:29 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-08-28 15:31:29 +0000 |
| commit | aa06e255fae77f106a773e5867848bd2ab1f4cb6 (patch) | |
| tree | 2d89ac092b7e9f0b1f9df3cf16fb2b96c1b2418f /gnu/lib/libstdc++/std | |
| parent | 81c6c6b8c6920d112daf2ce7df932fe4d874c64e (diff) | |
Update to egcs 1.1-snap's libstdc++. Now shlib version 2.0. Now requires
"make includes" before "make" like other libraries.
Diffstat (limited to 'gnu/lib/libstdc++/std')
| -rw-r--r-- | gnu/lib/libstdc++/std/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <bsd.prog.mk> |
