diff options
| author | lukem <lukem@NetBSD.org> | 2001-12-12 23:09:13 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-12-12 23:09:13 +0000 |
| commit | df91d4a185969d760c30f3bf9f89c13b3bd38d44 (patch) | |
| tree | 7ab2b3bb4cff42504978c3c145c73ab0fc70c612 /gnu/lib/libstdc++/io | |
| parent | 0a3f147fdd0a30649c6ca3944cd12ea2a7e1c36c (diff) | |
move NOxxx=
Diffstat (limited to 'gnu/lib/libstdc++/io')
| -rw-r--r-- | gnu/lib/libstdc++/io/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <bsd.own.mk> @@ -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 <bsd.prog.mk> |
