From df91d4a185969d760c30f3bf9f89c13b3bd38d44 Mon Sep 17 00:00:00 2001 From: lukem Date: Wed, 12 Dec 2001 23:09:13 +0000 Subject: move NOxxx= --- gnu/lib/libstdc++/Makefile | 4 ++-- gnu/lib/libstdc++/io/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/lib/libstdc++') diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 3a75fad4f29..41cf48ed278 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2001/12/12 01:48:59 tv Exp $ +# $NetBSD: Makefile,v 1.16 2001/12/12 23:11:00 lukem Exp $ REQUIRETOOLS= yes +NOLINT= # defined .include LIB= stdc++ -NOLINT= # defined .if defined(USE_NEW_TOOLCHAIN) diff --git a/gnu/lib/libstdc++/io/Makefile b/gnu/lib/libstdc++/io/Makefile index c40041042d6..cb2738c56e4 100644 --- a/gnu/lib/libstdc++/io/Makefile +++ b/gnu/lib/libstdc++/io/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:59 tv Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/12 23:12:08 lukem Exp $ + +NOOBJ= # defined .include @@ -29,8 +31,6 @@ INCS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h \ procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h INCSDIR=/usr/include/g++ -NOOBJ= # defined - .PATH: ${.CURDIR}/../../../dist/libio .include -- cgit