Module Name: src Committed By: rillig Date: Sun Feb 5 17:23:01 UTC 2023
Modified Files: src/tests/usr.bin/xlint/lint1: Makefile Log Message: tests/lint: fix source directory for looking up the .exp-ln files To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 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.139 src/tests/usr.bin/xlint/lint1/Makefile:1.140 --- src/tests/usr.bin/xlint/lint1/Makefile:1.139 Sun Feb 5 16:11:56 2023 +++ src/tests/usr.bin/xlint/lint1/Makefile Sun Feb 5 17:23:01 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2023/02/05 16:11:56 rillig Exp $ +# $NetBSD: Makefile,v 1.140 2023/02/05 17:23:01 rillig Exp $ NOMAN= # defined @@ -17,7 +17,7 @@ archsubdir.sh: @echo archsubdir=${ARCHSUBDIR} >${.TARGET} FILESDIR= ${TESTSDIR} -FILES+= ${:!cd ${FILESDIR} && echo *.c *.exp-ln!} +FILES+= ${:!cd ${.CURDIR} && echo *.c *.exp-ln!} FILES+= check-expect.lua # Note: only works for adding tests.