]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: fix dependency on errnos.h
authorMasatake YAMATO <yamato@redhat.com>
Thu, 22 Jan 2026 14:41:54 +0000 (23:41 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 22 Jan 2026 14:43:48 +0000 (23:43 +0900)
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 <yamato@redhat.com>
lsfd-cmd/Makemodule.am

index 19c23b4c953eee5567cabd2d4bde01beb6684bda..0f96ce14750ddb44eea1a7a961c389786ee786a3 100644 (file)
@@ -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