From: Lutz Jänicke Date: Mon, 6 Oct 2008 10:34:49 +0000 (+0000) Subject: Fix incorrect command for assember file generation on IA64 X-Git-Tag: OpenSSL_0_9_8k^2~241 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e369b375eaae43e2ec186f067905a0fab4bd6f1;p=oweals%2Fopenssl.git Fix incorrect command for assember file generation on IA64 Submitted by: Amadeu A. Barbosa Jr --- diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile index 809fde6002..61187ef8ae 100644 --- a/crypto/sha/Makefile +++ b/crypto/sha/Makefile @@ -50,7 +50,7 @@ sha512-586.s: asm/sha512-586.pl ../perlasm/x86asm.pl $(PERL) asm/sha512-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ sha1-ia64.s: asm/sha1-ia64.pl - (cd asm; $(PERL) sha1-ia64.pl $(CFLAGS) ) > $@ + (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS)) sha256-ia64.s: asm/sha512-ia64.pl (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) sha512-ia64.s: asm/sha512-ia64.pl