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-19 00:44:40 +0300
committerJunio C Hamano <gitster@pobox.com>2018-04-19 00:45:06 +0300
commitd8698987f31ddca15bd34291a91f65954d1e3b4a (patch)
treed75fdcb5c8ba14f997e1413ed29fc58c9b7e3007 /Makefile
parentcfb3a47cada99d1bdccd08426f122ded2a63834e (diff)
Makefile: mark perllibdir as a .PHONY target
This target should be marked as .PHONY, just like other targets that exist only for their side effects that do not create filesystem entities with the same name. Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75b9ad3b48..b284eb20aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1973,6 +1973,7 @@ GIT-PERL-DEFINES: FORCE
echo "$$FLAGS" >$@; \
fi
+.PHONY: perllibdir
perllibdir:
@echo '$(perllibdir_SQ)'