Skip to content

Commit 8c55753

Browse files
avargitster
authored andcommitted
Makefile: make PERL_DEFINES recursively expanded
Since 07d90ea (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 256c2dc commit 8c55753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,7 @@ perl_localedir_SQ = $(localedir_SQ)
22712271

22722272
ifndef NO_PERL
22732273
PERL_HEADER_TEMPLATE = perl/header_templates/fixed_prefix.template.pl
2274-
PERL_DEFINES :=
2274+
PERL_DEFINES =
22752275
PERL_DEFINES += $(PERL_PATH_SQ)
22762276
PERL_DEFINES += $(PERLLIB_EXTRA_SQ)
22772277
PERL_DEFINES += $(perllibdir_SQ)

0 commit comments

Comments
 (0)