summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++/std/Makefile
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1998-08-28 15:31:29 +0000
committertv <tv@NetBSD.org>1998-08-28 15:31:29 +0000
commitaa06e255fae77f106a773e5867848bd2ab1f4cb6 (patch)
tree2d89ac092b7e9f0b1f9df3cf16fb2b96c1b2418f /gnu/lib/libstdc++/std/Makefile
parent81c6c6b8c6920d112daf2ce7df932fe4d874c64e (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/Makefile')
-rw-r--r--gnu/lib/libstdc++/std/Makefile7
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>