summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
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/rc4
parentaa8f38e49b2430a1939d7e9a8d2ecaa77edbb1a9 (diff)
Update make rules for x86_64 assembler pack.
Diffstat (limited to 'crypto/rc4')
-rw-r--r--crypto/rc4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile
index b3d4aa418c..f932a89035 100644
--- a/crypto/rc4/Makefile
+++ b/crypto/rc4/Makefile
@@ -44,7 +44,8 @@ lib: $(LIBOBJ)
rc4-586.s: asm/rc4-586.pl ../perlasm/x86asm.pl
$(PERL) asm/rc4-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
-rc4-x86_64.s: asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@
+rc4-x86_64.s: asm/rc4-x86_64.pl
+ $(PERL) asm/rc4-x86_64.pl $(PERLASM_SCHEME) > $@
rc4-ia64.S: asm/rc4-ia64.pl
$(PERL) asm/rc4-ia64.pl $(CFLAGS) > $@