summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1998-04-09 01:32:08 +0000
committertv <tv@NetBSD.org>1998-04-09 01:32:08 +0000
commit09339bcf7b31761f10163a58ddc8483edad43ef2 (patch)
treef6e6194751183e5e88fac7d3e0b539d854e08508 /gnu/lib/libstdc++
parent99a2626b0e6367f618a32c6eca644be1af02324b (diff)
Fix fix for compiling under gcc 2.7.
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r--gnu/lib/libstdc++/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index a28e149a6c5..65e2996899b 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/04/09 00:06:09 tv Exp $
+# $NetBSD: Makefile,v 1.4 1998/04/09 01:32:08 tv Exp $
HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
@@ -127,6 +127,7 @@ CLEANFILES+=ldcomio.cc
.else
# XXX Temporary: during an egcs bootstrap, don't try to build with gcc 2.7
+.include <bsd.own.mk>
${TARGETS}:
.endif