From: Mike Frysinger Date: Wed, 5 Oct 2005 00:52:37 +0000 (-0000) Subject: as Tito points out, e2fsck and fsck need more dependencies X-Git-Tag: 1_1_0~600 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dc2510327b43ab5ce18c1752304015fad4663bad;p=oweals%2Fbusybox.git as Tito points out, e2fsck and fsck need more dependencies --- diff --git a/e2fsprogs/Makefile.in b/e2fsprogs/Makefile.in index 94eeca98d..0353a161f 100644 --- a/e2fsprogs/Makefile.in +++ b/e2fsprogs/Makefile.in @@ -41,8 +41,8 @@ UUID_OBJS := $(patsubst %.c,%.o, $(UUID_SRCS)) E2FSPROGS-:= E2FSPROGS-$(CONFIG_CHATTR) += chattr.o $(E2P_OBJS) -E2FSPROGS-$(CONFIG_E2FSCK) += e2fsck.o util.o $(BLKID_OBJS) -E2FSPROGS-$(CONFIG_FSCK) += fsck.o base_device.o +E2FSPROGS-$(CONFIG_E2FSCK) += e2fsck.o util.o $(BLKID_OBJS) $(EXT2FS_OBJS) $(UUID_OBJS) +E2FSPROGS-$(CONFIG_FSCK) += fsck.o base_device.o $(BLKID_OBJS) $(UUID_OBJS) E2FSPROGS-$(CONFIG_LSATTR) += lsattr.o $(E2P_OBJS) E2FSPROGS-$(CONFIG_MKE2FS) += mke2fs.o util.o $(E2P_OBJS) $(BLKID_OBJS) $(EXT2FS_OBJS) $(UUID_OBJS) E2FSPROGS-$(CONFIG_TUNE2FS) += tune2fs.o util.o $(E2P_OBJS) $(BLKID_OBJS) $(EXT2FS_OBJS) $(UUID_OBJS)