Use $config{build_file} instead of $target{build_file}
authorRichard Levitte <levitte@openssl.org>
Mon, 30 Jan 2023 14:19:10 +0000 (15:19 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 3 Feb 2023 10:13:01 +0000 (11:13 +0100)
commit1dc2ae414f8e34e957c41ac5933d9a033305501d
tree54ed0459b94e73f580b88444ed43ebe70b81feb0
parentb9e3749eb2ded7313459985978bb3ecc4374ff21
Use $config{build_file} instead of $target{build_file}

If the user specifies an alternative build file than the default, this
alternative is recorded in $config{build_file}, not $target{build_file}.
Therefore, the former should be used, leaving the latter as a mere default.

This is a bug.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/20174)
Configure