Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-04-10 16:36:41 +0300
committerJunio C Hamano <gitster@pobox.com>2018-04-11 04:29:03 +0300
commitcfb3a47cada99d1bdccd08426f122ded2a63834e (patch)
treea832ce00994709926f9c800c7cebf93376afb80e /Makefile
parent2530afd3519a34b66e72cc29e7751d650cedc6dd (diff)
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 2091f5f892..75b9ad3b48 100644
--- a/Makefile
+++ b/Makefile
@@ -1973,6 +1973,8 @@ GIT-PERL-DEFINES: FORCE
echo "$$FLAGS" >$@; \
fi
+perllibdir:
+ @echo '$(perllibdir_SQ)'
.PHONY: gitweb
gitweb: