Whamcloud - gitweb
libss: Remove unnecessary Makefile dependency for test_ss
authorTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 06:19:19 +0000 (01:19 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 06:19:19 +0000 (01:19 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ss/Makefile.in

index aa4f94b..23b5f60 100644 (file)
@@ -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)