diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-01-01 01:19:19 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-01-01 01:19:19 -0500 |
commit | 0cfde3d15a88d088d49e80e18797cc7929603534 (patch) | |
tree | 4a2062c6bc39f358e2cef00b2f8fc41b64adf654 /lib | |
parent | 2c0dd0fa43c4109fc4b7cc1bf9ba623822f2e782 (diff) | |
download | e2fsprogs-0cfde3d15a88d088d49e80e18797cc7929603534.tar.gz |
libss: Remove unnecessary Makefile dependency for test_ss
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib')
-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 aa4f94be..23b5f604 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 $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR) +test_ss: test_ss.o test_cmd.o $(LIBSS) $(LIBCOM_ERR) @echo " LD $@" @$(CC) -o $@ test_ss.o test_cmd.o $(ALL_CFLAGS) \ $(LIBSS) $(LIBCOM_ERR) |