diff options
| author | mrg <mrg@NetBSD.org> | 2001-12-30 17:21:19 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2001-12-30 17:21:19 +0000 |
| commit | d750ba5f8153aa087a541bda416ae55699bc44b7 (patch) | |
| tree | be84eb18cbd24ce6f65dd6f6c84f95d20fd461da /gnu/lib/libstdc++ | |
| parent | 059cb50f9d5d7b991fa6e374e2dea9a9cdbfbe32 (diff) | |
this is really libstdc++ 2.8.0
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/config/Makefile b/gnu/lib/libstdc++/config/Makefile index 579ae4b4e92..6fcfcb67970 100644 --- a/gnu/lib/libstdc++/config/Makefile +++ b/gnu/lib/libstdc++/config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/12/28 01:32:37 lukem Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/30 17:21:19 mrg Exp $ # Makefile for _G_config.h, a machine-dependent automatically generated # configuration file. @@ -29,7 +29,7 @@ _G_config.h: Makefile ${DIST}/libio/gen-params rootme=${.OBJDIR} CC="${CC}" CXX="${CXX}" CONFIG_NM="${NM}" \ CPP="${CC} -E" CPPFLAGS="${CPPFLAGS}" LDPRE="${LDPRE}" \ LDSUF="${LDSUF}" \ - /bin/sh ${DIST}/libio/gen-params LIB_VERSION=2.9.0 >$@ + /bin/sh ${DIST}/libio/gen-params LIB_VERSION=2.8.0 >$@ all: ${DPSRCS} |
