summaryrefslogtreecommitdiffstats
path: root/crypto/aes
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/aes
parentaa8f38e49b2430a1939d7e9a8d2ecaa77edbb1a9 (diff)
Update make rules for x86_64 assembler pack.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 7a55dd6ca5..4c22daf86f 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -52,7 +52,7 @@ aes-586.s: asm/aes-586.pl ../perlasm/x86asm.pl
$(PERL) asm/aes-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
aes-x86_64.s: asm/aes-x86_64.pl
- $(PERL) asm/aes-x86_64.pl $@
+ $(PERL) asm/aes-x86_64.pl $(PERLASM_SCHEME) > $@
aes-sparcv9.s: asm/aes-sparcv9.pl
$(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@