summaryrefslogtreecommitdiffstats
path: root/crypto/whrlpool
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/whrlpool
parentaa8f38e49b2430a1939d7e9a8d2ecaa77edbb1a9 (diff)
Update make rules for x86_64 assembler pack.
Diffstat (limited to 'crypto/whrlpool')
-rw-r--r--crypto/whrlpool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/whrlpool/Makefile b/crypto/whrlpool/Makefile
index e4ab00b7e6..566b996290 100644
--- a/crypto/whrlpool/Makefile
+++ b/crypto/whrlpool/Makefile
@@ -46,7 +46,7 @@ wp-mmx.s: asm/wp-mmx.pl ../perlasm/x86asm.pl
$(PERL) asm/wp-mmx.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
wp-x86_64.s: asm/wp-x86_64.pl
- $(PERL) asm/wp-x86_64.pl $@
+ $(PERL) asm/wp-x86_64.pl $(PERLASM_SCHEME) > $@
$(LIBOBJ): $(LIBSRC)