summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-11-12 08:19:04 +0000
committerAndy Polyakov <appro@openssl.org>2008-11-12 08:19:04 +0000
commit1416aec60ddd7abe4fc86a0e9d0b2a658cbb3400 (patch)
tree2adf25ba5b9e5b4c3a0b7d754c7a2ff24711addb /crypto/sha
parentaa8f38e49b2430a1939d7e9a8d2ecaa77edbb1a9 (diff)
Update make rules for x86_64 assembler pack.
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index 61187ef8ae..e6eccb05f9 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -60,9 +60,9 @@ sha256-armv4.s: asm/sha256-armv4.pl
$(PERL) $< $@
# Solaris make has to be explicitly told
-sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $@
-sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $@
-sha512-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $@
+sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $(PERLASM_SCHEME) > $@
+sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
+sha512-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
sha1-sparcv9.s: asm/sha1-sparcv9.pl; $(PERL) asm/sha1-sparcv9.pl $@ $(CFLAGS)
sha256-sparcv9.s:asm/sha512-sparcv9.pl; $(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
sha512-sparcv9.s:asm/sha512-sparcv9.pl; $(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)