summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-11 13:15:11 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-11 13:15:11 +0000
commitfa8e921f6627e2b9e0a8b11f5a0bfcc2e7e0190c (patch)
tree392466f1b00fb43e3116560ffa1d34245c968c37 /crypto/md5
parent4287ade5b451c94337f4b0fe842acd96fe0b97f5 (diff)
Unify x86 perlasm make rules.
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index 979f6f2a63..7ee800350a 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -42,17 +42,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-# ELF
-mx86-elf.s: asm/md5-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) md5-586.pl elf $(CFLAGS) > ../$@)
-# COFF
-mx86-cof.s: asm/md5-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) md5-586.pl coff $(CFLAGS) > ../$@)
-# a.out
-mx86-out.s: asm/md5-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@)
-mx86-macosx.s: asm/md5-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) md5-586.pl macosx $(CFLAGS) > ../$@)
+md5-586.s: asm/md5-586.pl ../perlasm/x86asm.pl
+ $(PERL) asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@