diff options
| author | cgd <cgd@NetBSD.org> | 1996-12-20 01:04:17 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1996-12-20 01:04:17 +0000 |
| commit | 1a7d5b7fdfd1743c3343f99c4bbeec56891d6f9b (patch) | |
| tree | 98a4bdabdd0edda84b31ecf4a19fb64f114eea44 /gnu/lib/libg++/libstdc++ | |
| parent | e8b8d1b0504442bd10fb018b196c016acdb58256 (diff) | |
don't bother trying to lint c++ libraries, since lint can't deal with
c++ and a lint library containing only the C functions is pretty
much useless.
Diffstat (limited to 'gnu/lib/libg++/libstdc++')
| -rw-r--r-- | gnu/lib/libg++/libstdc++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libg++/libstdc++/Makefile b/gnu/lib/libg++/libstdc++/Makefile index 63725ac6b3c..01851f343a3 100644 --- a/gnu/lib/libg++/libstdc++/Makefile +++ b/gnu/lib/libg++/libstdc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1996/04/04 23:34:25 phil Exp $ +# $NetBSD: Makefile,v 1.4 1996/12/20 01:04:27 cgd Exp $ LIB= stdc++ @@ -18,6 +18,7 @@ ldcomplex.cc ldcomio.cc random.cc tempbuf.cc tree.cc rx.c \ CXXFLAGS+= -nostdinc++ CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../libio -I$(.CURDIR)/stl NOMAN= noman +NOLINT= nolint .PATH: $(.CURDIR)/../libio $(.CURDIR)/stl $(.CURDIR)/../librx |
