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) diff --git a/tests/progs/Makefile.in b/tests/progs/Makefile.in index 74d40ff8..26f3671c 100644 --- a/tests/progs/Makefile.in +++ b/tests/progs/Makefile.in @@ -22,7 +22,7 @@ TEST_ICOUNT_OBJS= test_icount.o test_icount_cmds.o SRCS= $(srcdir)/test_rel.c LIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR) -DEPLIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR) +DEPLIBS= $(LIBEXT2FS) $(DEPLIBSS) $(LIBCOM_ERR) .c.o: @echo " CC $<"