diff options
| author | lukem <lukem@NetBSD.org> | 2001-12-12 08:58:45 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-12-12 08:58:45 +0000 |
| commit | 22cf1d253e9e9d2096fa22daa67a1a0117742972 (patch) | |
| tree | f82f87046312aa9b2cef7eecdb42d55f3beb8746 /gnu/lib | |
| parent | 839b30885a7d506df9fe717e1ebfeabde0d5cda0 (diff) | |
pull in <bsd.own.mk> after NOLINT is defined, so that MKLINT=no is
correctly determined
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libgcc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 58ceba89d51..c26cbd2e17e 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.32 2001/12/12 01:48:58 tv Exp $ +# $NetBSD: Makefile,v 1.33 2001/12/12 08:58:45 lukem Exp $ REQUIRETOOLS= yes -.include <bsd.own.mk> - LIB= gcc NOLINT= # defined +.include <bsd.own.mk> + .cc: # disable .cc->NULL transform .if defined(USE_NEW_TOOLCHAIN) |
