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>

Christian Hesse committed Apr 19, 2018 at 06:44 UTC d8698987f31ddca15bd34291a91f65954d1e3b4a
1 file changed +1
Makefile
+1
@@ -1973,6 +1973,7 @@ GIT-PERL-DEFINES: FORCE
1973 echo "$$FLAGS" >$@; \
1974 fi
1975
1976 +.PHONY: perllibdir
1977 perllibdir:
1978 @echo '$(perllibdir_SQ)'
1979