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
This commit is contained in:
rillig 2021-04-20 23:30:35 +00:00
parent 296378dbd5
commit 97ccd8d967
1 changed files with 2 additions and 2 deletions

View File

@ -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 -----