From: Theodore Ts'o Date: Sun, 8 Jun 2008 02:18:23 +0000 (-0400) Subject: Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss X-Git-Tag: v1.41-WIP-0617~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f6857b1520553fc6fec8e159e7dc429aeb4c9b;p=thirdparty%2Fe2fsprogs.git Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index 8973fc99b..9d7b5667b 100644 --- a/lib/ss/Makefile.in +++ b/lib/ss/Makefile.in @@ -163,7 +163,7 @@ uninstall:: $(DESTDIR)$(man1dir)/mk_cmds.1 $(RM) -rf $(DESTDIR)$(includedir)/ss $(DESTDIR)$(datadir)/ss -test_ss: test_ss.o test_cmd.o $(LIBSS) $(LIBCOM_ERR) +test_ss: test_ss.o test_cmd.o $(DEPLIBSS) $(LIBCOM_ERR) @echo " LD $@" @$(CC) -o $@ test_ss.o test_cmd.o $(ALL_CFLAGS) \ $(LIBSS) $(LIBCOM_ERR) diff --git a/tests/progs/Makefile.in b/tests/progs/Makefile.in index 74d40ff88..26f3671cb 100644 --- a/tests/progs/Makefile.in +++ b/tests/progs/Makefile.in @@ -22,7 +22,7 @@ TEST_ICOUNT_OBJS= test_icount.o test_icount_cmds.o SRCS= $(srcdir)/test_rel.c LIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR) -DEPLIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR) +DEPLIBS= $(LIBEXT2FS) $(DEPLIBSS) $(LIBCOM_ERR) .c.o: @echo " CC $<"