Skip to content

Commit 368a50d

Browse files
avargitster
authored andcommitted
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 1aca69c (perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS, 2018-03-03) is changed. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d49f72 commit 368a50d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,6 +2275,7 @@ PERL_DEFINES += $(PERL_PATH_SQ)
22752275
PERL_DEFINES += $(PERLLIB_EXTRA_SQ)
22762276
PERL_DEFINES += $(perllibdir_SQ)
22772277
PERL_DEFINES += $(RUNTIME_PREFIX)
2278+
PERL_DEFINES += $(NO_PERL_CPAN_FALLBACKS)
22782279

22792280
# Support Perl runtime prefix. In this mode, a different header is installed
22802281
# into Perl scripts.

0 commit comments

Comments
 (0)