From ca64056836116fae62285f2e5b6ccb4e087e80e7 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 18 Dec 2007 17:33:49 +0000 Subject: Engage x86 assembler in Mac OS X build. --- crypto/rc4/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/rc4') diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile index dcc6d2c816..e71f8ae90e 100644 --- a/crypto/rc4/Makefile +++ b/crypto/rc4/Makefile @@ -50,6 +50,8 @@ rx86-cof.s: asm/rc4-586.pl ../perlasm/x86asm.pl # a.out rx86-out.s: asm/rc4-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) rc4-586.pl a.out $(CFLAGS) > ../$@) +rx86-macosx.s: asm/rc4-586.pl ../perlasm/x86asm.pl + (cd asm; $(PERL) rc4-586.pl macosx $(CFLAGS) > ../$@) rc4-x86_64.s: asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@ -- cgit v1.2.3