From: Christian Hesse Date: Wed, 18 Apr 2018 21:44:40 +0000 (+0900) Subject: Makefile: mark perllibdir as a .PHONY target X-Git-Tag: v2.18.0-rc0~104^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d8698987f31ddca15bd34291a91f65954d1e3b4a 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 Signed-off-by: Junio C Hamano --- 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)'