We apparently must now set NOLINT= *BEFORE* including bsd.own.mk.

This commit is contained in:
thorpej 2001-12-12 23:00:50 +00:00
parent e4e309c64c
commit 39c9a8ba17
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.15 2001/12/12 01:48:58 tv Exp $
# $NetBSD: Makefile,v 1.16 2001/12/12 23:00:50 thorpej Exp $
REQUIRETOOLS= yes
NOLINT= # defined
.include <bsd.own.mk>
LIB= objc
NOLINT= # defined
.if defined(USE_NEW_TOOLCHAIN)