From: Theodore Ts'o Date: Tue, 1 Jan 2008 06:19:19 +0000 (-0500) Subject: libss: Remove unnecessary Makefile dependency for test_ss X-Git-Tag: v1.40.5~38 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0cfde3d15a88d088d49e80e18797cc7929603534;p=tools%2Fe2fsprogs.git libss: Remove unnecessary Makefile dependency for test_ss Signed-off-by: "Theodore Ts'o" --- 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)