summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-24 22:14:20 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-24 22:14:20 +0000
commit5b50f99e1e18c0b1e8cccf4d01f5d72b75c2d7ce (patch)
tree31f0c7426b905b2d6b464837f079dd43b986fd78 /crypto/Makefile
parentb8994b6130ff2abb50b91d4ab8430ee4191edb73 (diff)
Further mingw build procedure updates.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index ef4f724f16..efe6a79d87 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -64,11 +64,14 @@ x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@
-uplink.o: ../ms/uplink.c
- $(CC) $(CFLAGS) -c -o $@ ../ms/uplink.c
+applink.o: $(TOP)/ms/applink.c
+ $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/applink.c
-uplink-cof.s: ../ms/uplink.pl
- $(PERL) ../ms/uplink.pl coff > $@
+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 > $@
x86_64cpuid.s: x86_64cpuid.pl
$(PERL) x86_64cpuid.pl $@