change lint to ${LINT} ${LINTFLAGS} so that includes in ${DESTDIR} are used.
This commit is contained in:
parent
eca2a0a5f0
commit
60dec93655
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2000/01/23 20:59:11 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
|
||||
|
||||
LIBS= llib-lposix.ln llib-lstdc.ln
|
||||
FILES= ${LIBS}
|
||||
|
@ -9,9 +9,9 @@ realall: ${LIBS}
|
|||
CLEANFILES+= ${LIBS}
|
||||
|
||||
llib-lposix.ln: llib-lposix
|
||||
lint -Cposix ${.ALLSRC}
|
||||
${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
|
||||
|
||||
llib-lstdc.ln: llib-lstdc
|
||||
lint -Cstdc ${.ALLSRC}
|
||||
${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue