Re-align some comments after running the reformat script.
[oweals/openssl.git] / crypto / rc4 / Makefile
index 086e60a449a48a3bdfc965cd31b8b40ae120f74e..76860aeb4bf3692777382845a53cebd0dd2b156f 100644 (file)
@@ -42,7 +42,7 @@ lib:  $(LIBOBJ)
        @touch lib
 
 rc4-586.s:     asm/rc4-586.pl ../perlasm/x86asm.pl
-       $(PERL) asm/rc4-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
+       $(PERL) asm/rc4-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
 
 rc4-x86_64.s: asm/rc4-x86_64.pl
        $(PERL) asm/rc4-x86_64.pl $(PERLASM_SCHEME) > $@