Skip to content

Commit

Permalink
contrib/subtree/Makefile: scrap unused $(gitdir)
Browse files Browse the repository at this point in the history
In 7ff8463, 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>
  • Loading branch information
James Denholm authored and Junio C Hamano committed May 6, 2014
1 parent b4f86a4 commit 3330311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/subtree/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3330311

Please sign in to comment.