Configurations/unix-Makefile.tmpl: Ensure that md-nits always works
authorRichard Levitte <levitte@openssl.org>
Mon, 2 Oct 2023 08:24:38 +0000 (10:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 2 Oct 2023 10:38:51 +0000 (12:38 +0200)
commit0c74339c730dc74f9f7aeac866f02c780f39b3a9
treed6f526b67c76975ec95937f84dbd0b105462f234
parent5995dc37197dd85baa749325ba23f5aa8ccbe1f6
Configurations/unix-Makefile.tmpl: Ensure that md-nits always works

The body of the "md-nits" Makefile target assumed an in source build tree.
This change ensures that it works correctly when called from an out-of-source
build tree as well.

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