aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-06-07 21:53:35 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-06-07 21:53:35 -0400
commit9d99416ea38f159e61aef10f76a1e417e8cb3090 (patch)
tree74de717c769e6acc31bd8526f5d2219f7b75decf /debugfs
parent5c4f8d674845095050f94ea95f3c73072cbe34b5 (diff)
downloadandroid_external_e2fsprogs-9d99416ea38f159e61aef10f76a1e417e8cb3090.tar.gz
android_external_e2fsprogs-9d99416ea38f159e61aef10f76a1e417e8cb3090.tar.bz2
android_external_e2fsprogs-9d99416ea38f159e61aef10f76a1e417e8cb3090.zip
Fix dependency for $(LIBSS) when an explicit dlopen() library is needed
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debugfs')
-rw-r--r--debugfs/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in
index cb3efcb5..f197a7d9 100644
--- a/debugfs/Makefile.in
+++ b/debugfs/Makefile.in
@@ -26,7 +26,7 @@ SRCS= debug_cmds.c $(srcdir)/debugfs.c $(srcdir)/util.c $(srcdir)/ls.c \
LIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBSS) $(LIBCOM_ERR) $(LIBBLKID) \
$(LIBUUID)
-DEPLIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBSS) $(LIBCOM_ERR) $(DEPLIBBLKID) $(DEPLIBUUID)
+DEPLIBS= $(LIBEXT2FS) $(LIBE2P) $(DEPLIBSS) $(LIBCOM_ERR) $(DEPLIBBLKID) $(DEPLIBUUID)
.c.o:
@echo " CC $<"