projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb3a631
)
Bug spotted by Stephane Billiart: losetup depends on loop.c.
author
Rob Landley
<rob@landley.net>
Thu, 23 Mar 2006 16:49:22 +0000
(16:49 -0000)
committer
Rob Landley
<rob@landley.net>
Thu, 23 Mar 2006 16:49:22 +0000
(16:49 -0000)
libbb/Makefile.in
patch
|
blob
|
history
diff --git
a/libbb/Makefile.in
b/libbb/Makefile.in
index 6d0d628a0e26bc3ea5d620297ff7334dee693ad9..338a5be974022354abad52fd2fbdd259bd12b0ff 100644
(file)
--- 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