Browse Source

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 7 years ago committed by Junio C Hamano
parent
commit
d8698987f3
  1. 1
      Makefile

1
Makefile

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

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


Loading…
Cancel
Save