From: Niels Möller Date: Wed, 24 Mar 2010 11:46:06 +0000 (+0100) Subject: Added hogweed dependency for the test programs. X-Git-Tag: camellia_32bit_20100720~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08f1aac76055aff7da2a217c7ba3fa327353ab67;p=thirdparty%2Fnettle.git Added hogweed dependency for the test programs. Rev: nettle/testsuite/Makefile.in:1.5 --- diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index baea8b7a..de9658a3 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -77,7 +77,8 @@ test-rules: include $(srcdir)/.test-rules.make -$(TARGETS) $(EXTRA_TARGETS) : testutils.$(OBJEXT) ../libnettle.a +$(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) \ + ../libnettle.a @IF_HOGWEED@ ../libhogweed.a check: $(TS_ALL) $(srcdir)/run-tests LD_LIBRARY_PATH=../.lib srcdir="$(srcdir)" \