From 2499c2dbca0d6455bea8082f3ab2b9824e5edfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 25 Jul 2005 20:24:57 +0000 Subject: [PATCH] test_chain depends on hxtool git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15739 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index d84d584d3..4b640d7a0 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -59,7 +59,7 @@ TESTS = test_chain do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' -test_chain: test_chain.in Makefile +test_chain: test_chain.in Makefile hxtool $(do_subst) < $(srcdir)/test_chain.in > test_chain.tmp chmod +x test_chain.tmp mv test_chain.tmp test_chain