summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2008-10-06 10:35:29 +0000
committerLutz Jänicke <jaenicke@openssl.org>2008-10-06 10:35:29 +0000
commitcfe04f607dff03a0069dbeb5d5da21516382bfdd (patch)
tree18c302e8f827b50dc3008f2e60f64f132d96c9b1 /crypto/sha
parentc0e9f540e05b5037fc4b190ccb377fd80102427b (diff)
Fix incorrect command for assember file generation on IA64
Submitted by: Amadeu A. Barbosa Jr <amadeu@tecgraf.puc-rio.br>
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index c1c25d4392..f4741b9ee6 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -59,7 +59,7 @@ s512sse2-out.s: asm/sha512-sse2.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha512-sse2.pl a.out $(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