summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-18 20:57:06 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-18 20:57:06 +0000
commit2a1b0c8d650295b4466a5f86a0971189c3038ff5 (patch)
tree9173ae4d15b55ef791b66d842f4b1ba9bd664c05 /crypto/md5
parent75a8e30f4fdb9724661875ded75689fad3bcbb39 (diff)
Eliminate redundant make rule.
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index a2d32ae92e..20259c3462 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -52,10 +52,6 @@ mx86-cof.s: asm/md5-586.pl ../perlasm/x86asm.pl
mx86-out.s: asm/md5-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@)
-md5-sparcv9.o: asm/md5-sparcv9.S
- $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -c \
- -o md5-sparcv9.o asm/md5-sparcv9.S
-
md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@
md5-ia64.s: asm/md5-ia64.S