diff options
author | markm <markm@FreeBSD.org> | 2002-03-11 11:20:45 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-03-11 11:20:45 +0000 |
commit | c217051c4ec068315027ccdb10386eba6deabe43 (patch) | |
tree | 7e84db271e999b19b920aaa6b102a22dc21b9954 /usr.bin/xlint | |
parent | 8a8b816b5bc12e511f94c5ff7acab87441d5d215 (diff) | |
download | FreeBSD-src-c217051c4ec068315027ccdb10386eba6deabe43.zip FreeBSD-src-c217051c4ec068315027ccdb10386eba6deabe43.tar.gz |
Fix silly one line error. (Half a .if statement left behind).
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/llib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index 7a8c3b9..3fd0ff1 100644 --- a/usr.bin/xlint/llib/Makefile +++ b/usr.bin/xlint/llib/Makefile @@ -6,7 +6,6 @@ LIBS= llib-lposix.ln llib-lstdc.ln LINT= ${.OBJDIR}/../xlint/xlint -.if ${MKLINT} != "no" FILES= ${LIBS} FILESDIR= ${LINTLIBDIR} |