projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf2456
)
Fix incorrect command for assember file generation on IA64
author
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 6 Oct 2008 10:34:49 +0000
(10:34 +0000)
committer
Lutz 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
patch
|
blob
|
history
diff --git
a/crypto/sha/Makefile
b/crypto/sha/Makefile
index 809fde6002c57611810f792ecdd3bc3f93ce0d88..61187ef8ae52c511d3779066510336a2f2a7fdf2 100644
(file)
--- 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