From: David A. Greene Date: Tue, 10 Apr 2012 02:39:08 +0000 (-0500) Subject: Use configure settings for git-subtree X-Git-Tag: v1.7.11-rc0~172 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=187bc2da5bc2172a7cc8a0da3b4c0994e7a0d9fc;p=git.git Use configure settings for git-subtree Include config.make.autogen in the git-subtree contrib area to pick up settings for prefix and other such things. Signed-off-by: David A. Greene --- diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile index 21130af6f..da8052257 100644 --- a/contrib/subtree/Makefile +++ b/contrib/subtree/Makefile @@ -1,3 +1,6 @@ +-include ../../config.mak.autogen +-include ../../config.mak + prefix ?= /usr/local mandir ?= $(prefix)/share/man gitdir ?= $(shell git --exec-path)