Module Name:    src
Committed By:   rillig
Date:           Tue Apr 20 23:30:35 UTC 2021

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

Log Message:
tests/lint: fix inconsistent operator for emit.ln

The build failed with:

        nbmake[8]: "/.../src/share/mk/bsd.files.mk" line 47:
            Inconsistent operator for /.../emit.ln


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/tests/usr.bin/xlint/lint1/Makefile

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

Modified files:

Index: src/tests/usr.bin/xlint/lint1/Makefile
diff -u src/tests/usr.bin/xlint/lint1/Makefile:1.47 src/tests/usr.bin/xlint/lint1/Makefile:1.48
--- src/tests/usr.bin/xlint/lint1/Makefile:1.47	Tue Apr 20 21:20:24 2021
+++ src/tests/usr.bin/xlint/lint1/Makefile	Tue Apr 20 23:30:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2021/04/20 21:20:24 rillig Exp $
+# $NetBSD: Makefile,v 1.48 2021/04/20 23:30:35 rillig Exp $
 
 NOMAN=		# defined
 MAX_MESSAGE=	343		# see lint1/err.c
@@ -117,7 +117,7 @@ FILES+=		op_colon.exp
 # depend in ${DESTDIR}/emit.c, but these files are not intended to depend on
 # each other, they have these suffixes just for convenience and convention.
 .if make(install)
-${DESTDIR}${FILESDIR}/emit.ln: .PHONY
+${DESTDIR}${FILESDIR}/emit.ln! .PHONY
 .endif
 # ----- end hack -----
 

Reply via email to