aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/Makefile.in')
-rw-r--r--crypto/des/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/Makefile.in b/crypto/des/Makefile.in
index 248b53d700..c056804d35 100644
--- a/crypto/des/Makefile.in
+++ b/crypto/des/Makefile.in
@@ -55,8 +55,8 @@ lib: $(LIBOBJ)
des_enc-sparc.S: asm/des_enc.m4
m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
-dest4-sparcv9.s: asm/dest4-sparcv9.pl
- $(PERL) asm/dest4-sparcv9.pl $(CFLAGS) > $@
+dest4-sparcv9.S: asm/dest4-sparcv9.pl
+ $(PERL) asm/dest4-sparcv9.pl $(PERLASM_SCHEME) $@
des-586.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
$(PERL) asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@