Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/llib change lint to ${LINT} ${LINTFLAGS} so th...



details:   https://anonhg.NetBSD.org/src/rev/e0435f0d3eea
branches:  trunk
changeset: 487913:e0435f0d3eea
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 14 20:22:19 2000 +0000

description:
change lint to ${LINT} ${LINTFLAGS} so that includes in ${DESTDIR} are used.

diffstat:

 usr.bin/xlint/llib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 7efbc5d724e0 -r e0435f0d3eea usr.bin/xlint/llib/Makefile
--- a/usr.bin/xlint/llib/Makefile       Wed Jun 14 19:47:12 2000 +0000
+++ b/usr.bin/xlint/llib/Makefile       Wed Jun 14 20:22:19 2000 +0000
@@ -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 @@
 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>



Home | Main Index | Thread Index | Old Index