Makefile: make PERL_DEFINES recursively expanded
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 12 May 2021 09:49:44 +0000 (11:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 May 2021 22:45:39 +0000 (07:45 +0900)
commit8c55753c68e9c3e56f7a0d96301d2211d9e4ae35
treeeae2796e080b9926a4085d38915a0b1212df29ac
parent256c2dc42c812e4868532b88155f60f0a269c821
Makefile: make PERL_DEFINES recursively expanded

Since 07d90eadb50 (Makefile: add Perl runtime prefix support,
2018-04-10) PERL_DEFINES has been a simply-expanded variable, let's
make it recursively expanded instead.

This change doesn't matter for the correctness of the logic. Whether
we used simply-expanded or recursively expanded didn't change what we
wrote out in GIT-PERL-DEFINES, but being consistent with other rules
makes this easier to understand.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile