]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
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)
commitd8698987f31ddca15bd34291a91f65954d1e3b4a
treed75fdcb5c8ba14f997e1413ed29fc58c9b7e3007
parentcfb3a47cada99d1bdccd08426f122ded2a63834e
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>
Makefile