From: James Denholm Date: Tue, 6 May 2014 12:41:45 +0000 (+1000) Subject: contrib/subtree/Makefile: scrap unused $(gitdir) X-Git-Tag: v2.1.0-rc0~156^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3330311c91124ff0f42996b02335d45bf7c75a31 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 Signed-off-by: James Denholm Signed-off-by: Junio C Hamano --- 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))