SKIP_DASHED_BUILT_INS: respect `config.mak`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 21 Jan 2021 13:09:45 +0000 (13:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Jan 2021 22:59:55 +0000 (14:59 -0800)
commit4a5ec7d166369bb537d31e2920651d40538511b3
tree4d9d445d5e535414469d65c81164258d0bb20842
parent898f80736c75878acc02dc55672317fcc0e0a5a6
SKIP_DASHED_BUILT_INS: respect `config.mak`

When `SKIP_DASHED_BUILT_INS` is specified in `config.mak`, the dashed
form of the built-ins was still generated.

By moving the `SKIP_DASHED_BUILT_INS` handling after `config.mak` was
read, this can be avoided.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile