Module Name:    src
Committed By:   christos
Date:           Sun Jan 24 00:11:07 UTC 2021

Modified Files:
        src/usr.bin/xlint/xlint: Makefile

Log Message:
fix the build


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/xlint/xlint/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/xlint/Makefile
diff -u src/usr.bin/xlint/xlint/Makefile:1.19 src/usr.bin/xlint/xlint/Makefile:1.20
--- src/usr.bin/xlint/xlint/Makefile:1.19	Sun Jan 17 14:32:53 2021
+++ src/usr.bin/xlint/xlint/Makefile	Sat Jan 23 19:11:07 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.19 2021/01/17 19:32:53 rillig Exp $
+#	$NetBSD: Makefile,v 1.20 2021/01/24 00:11:07 christos Exp $
 
 .PATH:		${.CURDIR}/../lint1
 .PATH:		${.CURDIR}/../../mkdep
@@ -14,10 +14,10 @@ CPPFLAGS+=	-I${.CURDIR}/../../mkdep
 .if (${HOSTPROG:U} == "")
 DPADD+=		${LIBUTIL}
 LDADD+=		-lutil
-.endif
 
 FILES+=		strict-bool-stdbool.h
 FILESDIR=	/usr/libdata/lint/strict-bool
 FILESNAME_strict-bool-stdbool.h= stdbool.h
+.endif
 
 .include <bsd.prog.mk>

Reply via email to