]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configurations/unix-Makefile.tmpl
Remove include/openssl/configuration.h from mandatory dependencies
authorRichard Levitte <levitte@openssl.org>
Tue, 24 May 2022 15:20:52 +0000 (17:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 May 2022 20:41:06 +0000 (22:41 +0200)
commitef8040bce02758de86fc55412ee4ac9102f9ffab
tree3c9c33dd2489a8c70adcccd875506661e4b910b3
parentcb0c36d124991e35a9e778056ec8fce23a14dad5
Remove include/openssl/configuration.h from mandatory dependencies

Since this file is generated by configdata.pm, there's no need to include it
among the mandatory dependencies (which end up in the `GENERATE_MANDATORY`
Makefile variable).  In fact, it shouldn't be there any more, as that would
also cause it to be removed by `make clean`.

To compensate, we add an explicit removal of that file in the `distclean`
target on all platform families.

Fixes #18396

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18398)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
build.info