From: Andy Polyakov Date: Tue, 18 Sep 2007 20:57:06 +0000 (+0000) Subject: Eliminate redundant make rule. X-Git-Tag: OpenSSL_0_9_8k^2~694 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=2a1b0c8d650295b4466a5f86a0971189c3038ff5 Eliminate redundant make rule. --- 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