replace exeext too

This commit is contained in:
Love Hornquist Astrand
2010-01-01 13:33:47 +01:00
parent 332f988737
commit d65ba36a5e

View File

@@ -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