Merge branch 'lt/mailinfo-in-body-header-continuation'
[gitweb.git] / Makefile
index 9b36068ac5e1ac6baf40601fd7db6a404d318228..d595ea38370071e06e36d5d6e94a23b13520597f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1851,6 +1851,7 @@ perl/perl.mak: perl/PM.stamp
 
 perl/PM.stamp: FORCE
        @$(FIND) perl -type f -name '*.pm' | sort >$@+ && \
+       $(PERL_PATH) -V >>$@+ && \
        { cmp $@+ $@ >/dev/null 2>/dev/null || mv $@+ $@; } && \
        $(RM) $@+