From d65ba36a5e9a3a970bd4592651ed0318aeff49c4 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 1 Jan 2010 13:33:47 +0100 Subject: [PATCH] replace exeext too --- lib/hcrypto/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcrypto/Makefile.am b/lib/hcrypto/Makefile.am index 3fb10ea64..e769f975a 100644 --- a/lib/hcrypto/Makefile.am +++ b/lib/hcrypto/Makefile.am @@ -168,7 +168,7 @@ hcrypto-link: $(LN_S) $(srcdir)/../hcrypto hcrypto touch hcrypto-link -do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' +do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' -e 's,[@]exeext[@],$(exeext),g' test_crypto: test_crypto.in Makefile $(do_subst) < $(srcdir)/test_crypto.in > test_crypto.tmp