From 1e369b375eaae43e2ec186f067905a0fab4bd6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Mon, 6 Oct 2008 10:34:49 +0000 Subject: Fix incorrect command for assember file generation on IA64 Submitted by: Amadeu A. Barbosa Jr --- crypto/sha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3