Skip to content

Commit d869898

Browse files
eworm-degitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cfb3a47 commit d869898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,6 +1973,7 @@ GIT-PERL-DEFINES: FORCE
19731973
echo "$$FLAGS" >$@; \
19741974
fi
19751975

1976+
.PHONY: perllibdir
19761977
perllibdir:
19771978
@echo '$(perllibdir_SQ)'
19781979

0 commit comments

Comments
 (0)