summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc4/Makefile')
-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) > $@