From 81f6857b1520553fc6fec8e159e7dc429aeb4c9b Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 7 Jun 2008 22:18:23 -0400 Subject: Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss Signed-off-by: "Theodore Ts'o" --- lib/ss/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ss') diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index 8973fc99..9d7b5667 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) -- cgit v1.2.3