]> granicus.if.org Git - git/commitdiff
contrib/subtree/Makefile: scrap unused $(gitdir)
authorJames Denholm <nod.helm@gmail.com>
Tue, 6 May 2014 12:41:45 +0000 (22:41 +1000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 May 2014 19:20:31 +0000 (12:20 -0700)
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>
contrib/subtree/Makefile

index 4030a168986d29bdbb2cd982a2e819ce009580f6..87797edeb30309533ddb3ed2ce6bbfdb1d12fe18 100644 (file)
@@ -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))