aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-03 15:42:05 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-03 15:42:05 +0000
commit5f1841cdcae459924c3d1d92fcaf3110068c7cda (patch)
tree5c2f837a1ca528d83c0df8af64faddc140cd1cfd /crypto/Makefile
parent4b45051902dfa0aa7e980904fe727b7f934e8c82 (diff)
downloadopenssl-5f1841cdcae459924c3d1d92fcaf3110068c7cda.tar.gz
Rename amd64 modules to x86_64 and update RC4 implementation.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
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 > $@