diff options
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 02729eb984b..1fb450ce87f 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,8 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/08/28 15:31:29 tv Exp $ - -HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo - -.if (${HAVE_GCC28} != "") +# $NetBSD: Makefile,v 1.8 1999/02/11 17:30:46 tv Exp $ LIB= stdc++ @@ -37,6 +33,8 @@ CPPFLAGS+= -I${DESTDIR}/usr/include/g++ -I${DIST}/libstdc++ NOMAN= NOLINT= nolint (c++) +TEXINFO= iostream.texi + .PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl ${DIST}/libio # W not yet supported @@ -72,6 +70,7 @@ ${_TYPE_}inst.cc: cinst.cc .cc: @true +.include <bsd.info.mk> .include <bsd.lib.mk> .include <bsd.subdir.mk> @@ -79,11 +78,3 @@ ${_TYPE_}inst.cc: cinst.cc LDADD= ${DESTDIR}/usr/lib/c++rt0.o DPADD= ${DESTDIR}/usr/lib/c++rt0.o .endif - -.else - -# XXX Temporary: during an egcs bootstrap, don't try to build with gcc 2.7 -.include <bsd.own.mk> -${TARGETS}: - -.endif |
