From: Dr. Stephen Henson Date: Sat, 10 Dec 2011 01:37:55 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_1_0_1-beta1~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e559febaf11521b049dba86952640e4de03da1b6;p=oweals%2Fopenssl.git typo --- diff --git a/crypto/Makefile b/crypto/Makefile index 5259aef7b4..947dd5d44e 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -70,7 +70,7 @@ uplink.o: $(TOP)/ms/uplink.c applink.o $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/uplink.c uplink-x86.s: $(TOP)/ms/uplink-x86.pl - $(PERL) $(TOP)/ms/uplink-x64.pl $(PERLASM_SCHEME) > $@ + $(PERL) $(TOP)/ms/uplink-x86.pl $(PERLASM_SCHEME) > $@ x86_64cpuid.s: x86_64cpuid.pl; $(PERL) x86_64cpuid.pl $(PERLASM_SCHEME) > $@ ia64cpuid.s: ia64cpuid.S; $(CC) $(CFLAGS) -E ia64cpuid.S > $@