mirror of https://github.com/openssl/openssl.git
Make providers/fips.module.sources.new depend on configdata.pm
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15514)
This commit is contained in:
parent
e653b04bd2
commit
32eebfa27f
|
|
@ -1188,13 +1188,7 @@ generate_doc_buildinfo:
|
|||
fi )
|
||||
|
||||
generate_fips_sources: providers/fips.module.sources.new
|
||||
providers/fips.module.sources.new: \
|
||||
$(SRCDIR)/Configure \
|
||||
{- join(" \\\n" . ' ' x 16,
|
||||
fill_lines(" ", $COLUMNS - 16,
|
||||
@{$config{build_file_templates}},
|
||||
@{$config{build_infos}},
|
||||
@{$config{conf_files}})) -}
|
||||
providers/fips.module.sources.new: configdata.pm
|
||||
rm -rf sources-tmp
|
||||
mkdir sources-tmp
|
||||
( \
|
||||
|
|
|
|||
Loading…
Reference in New Issue