diff options
| author | tv <tv@NetBSD.org> | 1998-04-09 01:32:08 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-04-09 01:32:08 +0000 |
| commit | 09339bcf7b31761f10163a58ddc8483edad43ef2 (patch) | |
| tree | f6e6194751183e5e88fac7d3e0b539d854e08508 /gnu/lib/libstdc++ | |
| parent | 99a2626b0e6367f618a32c6eca644be1af02324b (diff) | |
Fix fix for compiling under gcc 2.7.
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 3 |
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 |
