typo
authorDr. Stephen Henson <steve@openssl.org>
Sat, 10 Dec 2011 01:37:55 +0000 (01:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 10 Dec 2011 01:37:55 +0000 (01:37 +0000)
crypto/Makefile

index 5259aef7b431d7643f3a8f2f1af00d972ecb478d..947dd5d44ec5e9698de9539a8878c57891d72898 100644 (file)
@@ -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 > $@