Makefile: mark perllibdir as a .PHONY target
authorChristian Hesse <mail@eworm.de>
Wed, 18 Apr 2018 21:44:40 +0000 (06:44 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Apr 2018 21:45:06 +0000 (06:45 +0900)
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>
Makefile
index 75b9ad3b480cbf267abc7335d8d9797707fe55aa..b284eb20aa8ab122ab3eeca2ea78a2b2fcd93d93 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1973,6 +1973,7 @@ GIT-PERL-DEFINES: FORCE
                echo "$$FLAGS" >$@; \
            fi
 
+.PHONY: perllibdir
 perllibdir:
        @echo '$(perllibdir_SQ)'