List: linux-xfs Subject: [PATCH] xfs_spaceman: add dependency on libhandle target From: Jan Palus Date: 2024-10-19 18:23:19 Message-ID: 20241019182320.2164208-1-jpalus () fastmail ! com [Download RAW message or body] Fixes: 764d8cb8 ("xfs_spaceman: report file paths") Signed-off-by: Jan Palus --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c40728d9..c73aa391 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ quota: libxcmd repair: libxlog libxcmd copy: libxlog mkfs: libxcmd -spaceman: libxcmd +spaceman: libxcmd libhandle scrub: libhandle libxcmd rtcp: libfrog -- 2.47.0