projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a8e30
)
Eliminate redundant make rule.
author
Andy Polyakov
<appro@openssl.org>
Tue, 18 Sep 2007 20:57:06 +0000
(20:57 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 18 Sep 2007 20:57:06 +0000
(20:57 +0000)
crypto/md5/Makefile
patch
|
blob
|
history
diff --git
a/crypto/md5/Makefile
b/crypto/md5/Makefile
index a2d32ae92e1334c54c25bf35925b9e74ffd06103..20259c346205a40da445083cc0d2e9cb6be39587 100644
(file)
--- 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