aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-28 11:42:17 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-28 16:03:45 +0100
commitbede47d913185c66b76ddbfda58c08f9ed3ab0b8 (patch)
tree88d208a5314ecb65c4b059ceb911a8c047f955ba
parent9df3c74defb521ae957042a9345c81a2bf82e390 (diff)
downloadman-pages-bede47d913185c66b76ddbfda58c08f9ed3ab0b8.tar.gz
share/mk/: Fix path
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/lint/c/checkpatch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/lint/c/checkpatch.mk b/share/mk/lint/c/checkpatch.mk
index 76af2f80b7..7777a10fdf 100644
--- a/share/mk/lint/c/checkpatch.mk
+++ b/share/mk/lint/c/checkpatch.mk
@@ -13,7 +13,7 @@ include $(MAKEFILEDIR)/configure/build-depends/coreutils.mk
include $(MAKEFILEDIR)/configure/xfail.mk
-_XFAIL_LINT_c_checkpatch := .tmp/man/man2/bpf.2.d/bpf.lint-c.checkpatch.touch
+_XFAIL_LINT_c_checkpatch := $(_MANDIR)/man2/bpf.2.d/bpf.lint-c.checkpatch.touch
_LINT_c_checkpatch := $(patsubst %.c, %.lint-c.checkpatch.touch, $(_UNITS_ex_c))