summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-12-27 20:38:32 +0000
committerAndy Polyakov <appro@openssl.org>2009-12-27 20:38:32 +0000
commitbeef7145997c1183c8c154076d3fa3a7148ada60 (patch)
tree45792236bc9a9fd3b2342536be01cb0cd3343a92 /crypto/Makefile
parentd741cf2267eca194817d300912b35da02806ca3e (diff)
Switch to new uplink assembler.
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 c1033f6d77..d7e498771c 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -67,8 +67,8 @@ applink.o: $(TOP)/ms/applink.c
uplink.o: $(TOP)/ms/uplink.c applink.o
$(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/uplink.c
-uplink-cof.s: $(TOP)/ms/uplink.pl
- $(PERL) $(TOP)/ms/uplink.pl coff > $@
+uplink-x86.s: $(TOP)/ms/uplink-x86.pl
+ $(PERL) $(TOP)/ms/uplink-x86.pl $(PERLASM_SCHEME) > $@
x86_64cpuid.s: x86_64cpuid.pl
$(PERL) x86_64cpuid.pl $(PERLASM_SCHEME) > $@