From 5f1841cdcae459924c3d1d92fcaf3110068c7cda Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 3 May 2005 15:42:05 +0000 Subject: Rename amd64 modules to x86_64 and update RC4 implementation. --- crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/Makefile') diff --git a/crypto/Makefile b/crypto/Makefile index be7c25041a..ae9cf4e146 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -70,8 +70,8 @@ x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl $(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@ -amd64cpuid.s: amd64cpuid.pl - $(PERL) amd64cpuid.pl $@ +x86_64cpuid.s: x86_64cpuid.pl + $(PERL) x86_64cpuid.pl $@ ia64cpuid.s: ia64cpuid.S $(CC) $(CFLAGS) -E ia64cpuid.S > $@ -- cgit v1.2.3