From: Rob Landley Date: Thu, 23 Mar 2006 16:49:22 +0000 (-0000) Subject: Bug spotted by Stephane Billiart: losetup depends on loop.c. X-Git-Tag: 1_1_0~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1bb31928d5ae941f726de13f4d2255f432d85c2a;p=oweals%2Fbusybox.git Bug spotted by Stephane Billiart: losetup depends on loop.c. --- diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 6d0d628a0..338a5be97 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -39,6 +39,7 @@ LIBBB-y:= \ # conditionally compiled objects: LIBBB-$(CONFIG_FEATURE_SHADOWPASSWDS)+=pwd2spwd.c LIBBB-$(CONFIG_FEATURE_MOUNT_LOOP)+= loop.c +LIBBB-$(CONFIG_LOSETUP)+= loop.c LIBBB-$(CONFIG_FEATURE_MTAB_SUPPORT)+= mtab.c LIBBB-$(CONFIG_PASSWD)+= pw_encrypt.c LIBBB-$(CONFIG_SULOGIN)+= pw_encrypt.c