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>
maint
Christian Hesse 2018-04-19 06:44:40 +09:00 committed by Junio C Hamano
parent cfb3a47cad
commit d8698987f3
1 changed files with 1 additions and 0 deletions

View File

@ -1973,6 +1973,7 @@ GIT-PERL-DEFINES: FORCE
echo "$$FLAGS" >$@; \
fi

.PHONY: perllibdir
perllibdir:
@echo '$(perllibdir_SQ)'