summaryrefslogtreecommitdiff
path: root/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2022-05-24 17:20:52 +0200
committerRichard Levitte <levitte@openssl.org>2022-05-25 22:41:06 +0200
commitef8040bce02758de86fc55412ee4ac9102f9ffab (patch)
tree3c9c33dd2489a8c70adcccd875506661e4b910b3 /build.info
parentcb0c36d124991e35a9e778056ec8fce23a14dad5 (diff)
downloadopenssl-new-ef8040bce02758de86fc55412ee4ac9102f9ffab.tar.gz
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)
Diffstat (limited to 'build.info')
-rw-r--r--build.info1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.info b/build.info
index 76284cb70f..5a8421623b 100644
--- a/build.info
+++ b/build.info
@@ -22,7 +22,6 @@ DEPEND[]=include/openssl/asn1.h \
include/openssl/cmp.h \
include/openssl/cms.h \
include/openssl/conf.h \
- include/openssl/configuration.h \
include/openssl/crmf.h \
include/openssl/crypto.h \
include/openssl/ct.h \