summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Denholm <nod.helm@gmail.com>2014-05-06 22:41:45 +1000
committerJunio C Hamano <gitster@pobox.com>2014-05-06 12:20:31 -0700
commit3330311c91124ff0f42996b02335d45bf7c75a31 (patch)
treef1a3b8794067a0d663c8fcb09eb1df38f985c500
parentb4f86a4ce85e4e370a67455de6586a02f158a789 (diff)
downloadgit-3330311c91124ff0f42996b02335d45bf7c75a31.tar.gz
contrib/subtree/Makefile: scrap unused $(gitdir)
In 7ff8463dba0d74fc07a766bed457ae7afcc902b5, the references to gitdir were removed but the assignment itself wasn't. Hence, drop the gitdir assignment. Reviewed-by: Jeff King <peff@peff.net> Signed-off-by: James Denholm <nod.helm@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--contrib/subtree/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile
index 4030a16898..87797edeb3 100644
--- a/contrib/subtree/Makefile
+++ b/contrib/subtree/Makefile
@@ -4,7 +4,6 @@
prefix ?= /usr/local
mandir ?= $(prefix)/share/man
libexecdir ?= $(prefix)/libexec/git-core
-gitdir ?= $(shell git --exec-path)
man1dir ?= $(mandir)/man1
gitver ?= $(word 3,$(shell git --version))