Skip to content

Commit 3817d63

Browse files
committed
Merge branch 'ab/regen-perl-mak-with-different-perl'
Update the build dependency so that an update to /usr/bin/perl etc. result in recomputation of perl.mak file. * ab/regen-perl-mak-with-different-perl: perl: regenerate perl.mak if perl -V changes
2 parents 1776a71 + c59c493 commit 3817d63

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
@@ -1851,6 +1851,7 @@ perl/perl.mak: perl/PM.stamp
18511851

18521852
perl/PM.stamp: FORCE
18531853
@$(FIND) perl -type f -name '*.pm' | sort >$@+ && \
1854+
$(PERL_PATH) -V >>$@+ && \
18541855
{ cmp $@+ $@ >/dev/null 2>/dev/null || mv $@+ $@; } && \
18551856
$(RM) $@+
18561857

0 commit comments

Comments
 (0)