Fix incorrect command for assember file generation on IA64
authorLutz Jänicke <jaenicke@openssl.org>
Mon, 6 Oct 2008 10:34:49 +0000 (10:34 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Mon, 6 Oct 2008 10:34:49 +0000 (10:34 +0000)
Submitted by: Amadeu A. Barbosa Jr <amadeu@tecgraf.puc-rio.br>

crypto/sha/Makefile

index 809fde6002c57611810f792ecdd3bc3f93ce0d88..61187ef8ae52c511d3779066510336a2f2a7fdf2 100644 (file)
@@ -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