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++/io | |
| 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++/io')
| -rw-r--r-- | gnu/lib/libstdc++/io/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/io/Makefile b/gnu/lib/libstdc++/io/Makefile index 1d6a097fd0f..6ae8f7f91b9 100644 --- a/gnu/lib/libstdc++/io/Makefile +++ b/gnu/lib/libstdc++/io/Makefile @@ -1,4 +1,4 @@ -# $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 @@ -8,6 +8,6 @@ INCS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h \ procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h INCSDIR=/usr/include/g++ -.PATH: $(.CURDIR)/../../../dist/libio +.PATH: ${.CURDIR}/../../../dist/libio .include <bsd.prog.mk> |
