1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-08 01:36:08 +02:00

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>
This commit is contained in:
Christian Hesse 2018-04-19 06:44:40 +09:00 committed by Junio C Hamano
parent cfb3a47cad
commit d8698987f3

View File

@ -1973,6 +1973,7 @@ GIT-PERL-DEFINES: FORCE
echo "$$FLAGS" >$@; \
fi
.PHONY: perllibdir
perllibdir:
@echo '$(perllibdir_SQ)'