vars.am: Remove extra prerequisite from the `.to.t' rule.
[u/mdw/catacomb] / vars.am
diff --git a/vars.am b/vars.am
index a0c3a6e..b0cd53c 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -114,9 +114,8 @@ AM_CPPFLAGS          = $(CATACOMB_INCLUDES)
 SUFFIXES               += .c .$t .to
 .c.to:
        $(AM_V_CC)$(COMPILE) -c -DTEST_RIG -DSRCDIR=\"$(srcdir)\" $< -o $@
-.to.$t: libcatacomb.la
-       $(AM_V_CCLD)$(LINK) $< \
-               $(TEST_LIBS) $(top_builddir)/libcatacomb.la \
+.to.$t:
+       $(AM_V_CCLD)$(LINK) $< $(TEST_LIBS) $(top_builddir)/libcatacomb.la \
                $(mLib_LIBS) $(CATACOMB_LIBS) $(LIBS)
 .PRECIOUS: %.to
 CLEANFILES             += *.to *.$t