diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-23 16:49:22 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-23 16:49:22 +0000 |
commit | 63bc334a626d8bcc6b313e781a27d6cb7891c0cb (patch) | |
tree | 6a3300db4eeeb1f2e63df4dfa3e49dffda2989bd | |
parent | 44889afec9f741df75db599aed1e1cb0964fd78e (diff) | |
download | busybox-w32-63bc334a626d8bcc6b313e781a27d6cb7891c0cb.tar.gz busybox-w32-63bc334a626d8bcc6b313e781a27d6cb7891c0cb.tar.bz2 busybox-w32-63bc334a626d8bcc6b313e781a27d6cb7891c0cb.zip |
Bug spotted by Stephane Billiart: losetup depends on loop.c.
git-svn-id: svn://busybox.net/trunk/busybox@14628 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | libbb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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:= \ | |||
39 | # conditionally compiled objects: | 39 | # conditionally compiled objects: |
40 | LIBBB-$(CONFIG_FEATURE_SHADOWPASSWDS)+=pwd2spwd.c | 40 | LIBBB-$(CONFIG_FEATURE_SHADOWPASSWDS)+=pwd2spwd.c |
41 | LIBBB-$(CONFIG_FEATURE_MOUNT_LOOP)+= loop.c | 41 | LIBBB-$(CONFIG_FEATURE_MOUNT_LOOP)+= loop.c |
42 | LIBBB-$(CONFIG_LOSETUP)+= loop.c | ||
42 | LIBBB-$(CONFIG_FEATURE_MTAB_SUPPORT)+= mtab.c | 43 | LIBBB-$(CONFIG_FEATURE_MTAB_SUPPORT)+= mtab.c |
43 | LIBBB-$(CONFIG_PASSWD)+= pw_encrypt.c | 44 | LIBBB-$(CONFIG_PASSWD)+= pw_encrypt.c |
44 | LIBBB-$(CONFIG_SULOGIN)+= pw_encrypt.c | 45 | LIBBB-$(CONFIG_SULOGIN)+= pw_encrypt.c |