summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-08 06:59:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-05-08 06:59:16 (GMT)
commitc988f6425acbd9765c55490c45d61f7531d5d83b (patch)
treea600743fa8047814636f3263f7b88c8cde11495b /Makefile
parent9bfa0f9be3e718f701200a242ea04259a4dc4dfc (diff)
parentd8698987f31ddca15bd34291a91f65954d1e3b4a (diff)
downloadgit-c988f6425acbd9765c55490c45d61f7531d5d83b.zip
git-c988f6425acbd9765c55490c45d61f7531d5d83b.tar.gz
git-c988f6425acbd9765c55490c45d61f7531d5d83b.tar.bz2
Merge branch 'ab/simplify-perl-makefile'
Recent simplification of build procedure forgot a bit of tweak to the build procedure of contrib/mw-to-git/ * ab/simplify-perl-makefile: Makefile: mark perllibdir as a .PHONY target perl: fix installing modules from contrib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d23f265..b345d0e 100644
--- a/Makefile
+++ b/Makefile
@@ -2021,6 +2021,9 @@ GIT-PERL-DEFINES: FORCE
echo "$$FLAGS" >$@; \
fi
+.PHONY: perllibdir
+perllibdir:
+ @echo '$(perllibdir_SQ)'
.PHONY: gitweb
gitweb: