summaryrefslogtreecommitdiffstats
path: root/crypto/md5/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/Makefile.in')
-rw-r--r--crypto/md5/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/Makefile.in b/crypto/md5/Makefile.in
index aec94b6d6b..625bdc8a10 100644
--- a/crypto/md5/Makefile.in
+++ b/crypto/md5/Makefile.in
@@ -50,7 +50,7 @@ md5-ia64.s: asm/md5-ia64.S
$(PERL) -ne 's/;\s+/;\n/g; print;' > $@
md5-sparcv9.S: asm/md5-sparcv9.pl
- $(PERL) asm/md5-sparcv9.pl $@ $(CFLAGS)
+ $(PERL) asm/md5-sparcv9.pl $(PERLASM_SCHEME) $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO