]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/: Fix path
authorAlejandro Colomar <alx@kernel.org>
Wed, 28 Feb 2024 10:42:17 +0000 (11:42 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 28 Feb 2024 15:03:45 +0000 (16:03 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/lint/c/checkpatch.mk

index 76af2f80b7acac8c7f005d266485761899e5287d..7777a10fdf07ca91c0e1c00aae142e519003a613 100644 (file)
@@ -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))