summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-05-05 12:21:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-05-06 03:58:32 (GMT)
commit368a50d9eea16e8e1181ce12d5c3c1d50216b688 (patch)
treeef3302438c6c0e0a89b228e4fbd3d32f84db34de /Makefile
parent3d49f7220a41147b17c1d826b9c87452b5f68c2c (diff)
downloadgit-368a50d9eea16e8e1181ce12d5c3c1d50216b688.zip
git-368a50d9eea16e8e1181ce12d5c3c1d50216b688.tar.gz
git-368a50d9eea16e8e1181ce12d5c3c1d50216b688.tar.bz2
Makefile: regenerate *.pm on NO_PERL_CPAN_FALLBACKS change
Regenerate the *.pm files in perl/build/* if the NO_PERL_CPAN_FALLBACKS flag added to the *.pm files in 1aca69c0195 (perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS, 2018-03-03) is changed. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a15f39e..574b255 100644
--- a/Makefile
+++ b/Makefile
@@ -2275,6 +2275,7 @@ PERL_DEFINES += $(PERL_PATH_SQ)
PERL_DEFINES += $(PERLLIB_EXTRA_SQ)
PERL_DEFINES += $(perllibdir_SQ)
PERL_DEFINES += $(RUNTIME_PREFIX)
+PERL_DEFINES += $(NO_PERL_CPAN_FALLBACKS)
# Support Perl runtime prefix. In this mode, a different header is installed
# into Perl scripts.