From 0cfde3d15a88d088d49e80e18797cc7929603534 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 1 Jan 2008 01:19:19 -0500 Subject: [PATCH] libss: Remove unnecessary Makefile dependency for test_ss Signed-off-by: "Theodore Ts'o" --- lib/ss/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index aa4f94b..23b5f60 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) -- 1.8.3.1