summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-04-18 21:44:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-18 21:45:06 (GMT)
commitd8698987f31ddca15bd34291a91f65954d1e3b4a (patch)
treed75fdcb5c8ba14f997e1413ed29fc58c9b7e3007 /Makefile
parentcfb3a47cada99d1bdccd08426f122ded2a63834e (diff)
downloadgit-d8698987f31ddca15bd34291a91f65954d1e3b4a.zip
git-d8698987f31ddca15bd34291a91f65954d1e3b4a.tar.gz
git-d8698987f31ddca15bd34291a91f65954d1e3b4a.tar.bz2
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 75b9ad3..b284eb2 100644
--- a/Makefile
+++ b/Makefile
@@ -1973,6 +1973,7 @@ GIT-PERL-DEFINES: FORCE
echo "$$FLAGS" >$@; \
fi
+.PHONY: perllibdir
perllibdir:
@echo '$(perllibdir_SQ)'