From: Masatake YAMATO Date: Thu, 22 Jan 2026 14:41:54 +0000 (+0900) Subject: lsfd: fix dependency on errnos.h X-Git-Tag: v2.43-devel~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17b2647536294b6c598e9e4636cd603920183bbd;p=thirdparty%2Futil-linux.git lsfd: fix dependency on errnos.h Fix a bug that I introduced in 764f1d396f. Makemodule.am listed a dependency on errnos.h for file.c, but the header is actually used by error.c. Fix the dependency to ensure correct rebuilds. Signed-off-by: Masatake YAMATO --- diff --git a/lsfd-cmd/Makemodule.am b/lsfd-cmd/Makemodule.am index 19c23b4c9..0f96ce147 100644 --- a/lsfd-cmd/Makemodule.am +++ b/lsfd-cmd/Makemodule.am @@ -1,6 +1,6 @@ if BUILD_LSFD -lsfd-cmd/file.c: errnos.h +lsfd-cmd/error.c: errnos.h bin_PROGRAMS += lsfd MANPAGES += lsfd-cmd/lsfd.1