summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/poly1305/Makefile.in')
-rw-r--r--crypto/poly1305/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/poly1305/Makefile.in b/crypto/poly1305/Makefile.in
index 10f009ffec..2f1b256578 100644
--- a/crypto/poly1305/Makefile.in
+++ b/crypto/poly1305/Makefile.in
@@ -37,7 +37,7 @@ lib: $(LIBOBJ)
@touch lib
poly1305-sparcv9.S: asm/poly1305-sparcv9.pl
- $(PERL) asm/poly1305-sparcv9.pl > $@
+ $(PERL) asm/poly1305-sparcv9.pl $(PERLASM_SCHEME) $@
poly1305-x86.s: asm/poly1305-x86.pl
$(PERL) asm/poly1305-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
poly1305-x86_64.s: asm/poly1305-x86_64.pl