diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-06-07 22:18:23 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-06-07 22:19:52 -0400 |
commit | 81f6857b1520553fc6fec8e159e7dc429aeb4c9b (patch) | |
tree | b713ade1615f954951112c573c95ff3029810c87 /lib/ss | |
parent | 11d4f30fe19fe543c8ba52cc6033e57a38a82e2a (diff) | |
download | e2fsprogs-81f6857b1520553fc6fec8e159e7dc429aeb4c9b.tar.gz |
Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/ss')
-rw-r--r-- | lib/ss/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |