summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-04-10 13:36:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-11 01:29:03 (GMT)
commitcfb3a47cada99d1bdccd08426f122ded2a63834e (patch)
treea832ce00994709926f9c800c7cebf93376afb80e /Makefile
parent2530afd3519a34b66e72cc29e7751d650cedc6dd (diff)
downloadgit-cfb3a47cada99d1bdccd08426f122ded2a63834e.zip
git-cfb3a47cada99d1bdccd08426f122ded2a63834e.tar.gz
git-cfb3a47cada99d1bdccd08426f122ded2a63834e.tar.bz2
perl: fix installing modules from contrib
Commit 20d2a30f (Makefile: replace perl/Makefile.PL with simple make rules) removed a target that allowed Makefiles from contrib/ to get the correct install path. This introduces a new target for main Makefile and fixes installation for Mediawiki module. v2: Pass prefix as that can have influence as well, add single quotes for _SQ variant. Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2091f5f..75b9ad3 100644
--- a/Makefile
+++ b/Makefile
@@ -1973,6 +1973,8 @@ GIT-PERL-DEFINES: FORCE
echo "$$FLAGS" >$@; \
fi
+perllibdir:
+ @echo '$(perllibdir_SQ)'
.PHONY: gitweb
gitweb: