diff options
author | Richard Levitte <levitte@openssl.org> | 2019-01-30 19:10:26 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-01-31 16:19:50 +0100 |
commit | da7e31e0c7be390d37b84c6200afd802def700c5 (patch) | |
tree | 36ebe7b8533c6ef59fb72e544b4594dc17fc6016 /crypto/build.info | |
parent | Build: Remove BEGINRAW / ENDRAW / OVERRIDE (diff) | |
download | openssl-da7e31e0c7be390d37b84c6200afd802def700c5.tar.xz openssl-da7e31e0c7be390d37b84c6200afd802def700c5.zip |
Build: remove EXTRA
We never used it for anything
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8125)
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/build.info b/crypto/build.info index e014e0336e..5e879ea9b4 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -14,9 +14,6 @@ SOURCE[../libcrypto]=\ threads_pthread.c threads_win.c threads_none.c getenv.c \ o_init.c o_fips.c mem_sec.c init.c {- $target{cpuid_asm_src} -} \ {- $target{uplink_aux_src} -} -EXTRA= ../ms/uplink-x86.pl ../ms/uplink.c ../ms/applink.c \ - x86cpuid.pl x86_64cpuid.pl ia64cpuid.S \ - ppccpuid.pl pariscid.pl alphacpuid.pl arm64cpuid.pl armv4cpuid.pl DEPEND[cversion.o]=buildinf.h GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)" |