From: Richard Levitte Date: Thu, 14 May 2020 10:33:09 +0000 (+0200) Subject: Build: make apps/progs.c depend on configdata.pm X-Git-Tag: openssl-3.0.0-alpha3~106 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c6601bd2d728d4c61711a016c6267fb45910e7cd;p=oweals%2Fopenssl.git Build: make apps/progs.c depend on configdata.pm Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11824) --- diff --git a/apps/build.info b/apps/build.info index d51e825bc5..8bfcec65d0 100644 --- a/apps/build.info +++ b/apps/build.info @@ -67,6 +67,9 @@ IF[{- !$disabled{apps} -}] # progs.pl tries to read all 'openssl' sources, including progs.c, so we make # sure things are generated in the correct order. DEPEND[progs.h]=progs.c + # Because the files to look through may change (depends on $OPENSSLSRC), + # always depend on a changed configuration. + DEPEND[progs.c]=../configdata.pm IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}] GENERATE[openssl.rc]=../util/mkrc.pl openssl