diff options
author | Andy Polyakov <appro@openssl.org> | 2016-03-18 23:31:17 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2016-03-21 11:27:57 +0100 |
commit | acf1525966161dc5d0f875d92ae3def5df628245 (patch) | |
tree | 2a044aae87eebddd8d226755904b550036fee06e /crypto/build.info | |
parent | config: fix off-by-centimeter-to-the-right typo. (diff) | |
download | openssl-acf1525966161dc5d0f875d92ae3def5df628245.tar.xz openssl-acf1525966161dc5d0f875d92ae3def5df628245.zip |
Windows build system: get uplink right.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/build.info b/crypto/build.info index 64bf2b4748..217dc62430 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -15,6 +15,8 @@ GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(CFLAGS_Q)" "$(PLATFORM)" DEPEND[buildinf.h]=../configdata.pm GENERATE[uplink-x86.s]=../ms/uplink-x86.pl $(PERLASM_SCHEME) +GENERATE[uplink-x86_64.s]=../ms/uplink-x86_64.pl $(PERLASM_SCHEME) +GENERATE[uplink-ia64.s]=../ms/uplink-ia64.pl $(PERLASM_SCHEME) GENERATE[x86cpuid.s]=x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR) DEPEND[x86cpuid.s]=perlasm/x86asm.pl |