Skip to content

Commit 3330311

Browse files
ChemicalRascalgitster
authored andcommitted
contrib/subtree/Makefile: scrap unused $(gitdir)
In 7ff8463, the references to gitdir were removed but the assignment itself wasn't. Hence, drop the gitdir assignment. Reviewed-by: Jeff King <[email protected]> Signed-off-by: James Denholm <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b4f86a4 commit 3330311

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/subtree/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
prefix ?= /usr/local
55
mandir ?= $(prefix)/share/man
66
libexecdir ?= $(prefix)/libexec/git-core
7-
gitdir ?= $(shell git --exec-path)
87
man1dir ?= $(mandir)/man1
98

109
gitver ?= $(word 3,$(shell git --version))

0 commit comments

Comments
 (0)