From 81f6857b1520553fc6fec8e159e7dc429aeb4c9b Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 7 Jun 2008 22:18:23 -0400 Subject: [PATCH] Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss Signed-off-by: "Theodore Ts'o" --- lib/ss/Makefile.in | 2 +- tests/progs/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index 8973fc9..9d7b566 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 74d40ff..26f3671 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 $<" -- 1.8.3.1