summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar David A. Greene <greened@obbligato.org>2012-04-09 21:39:08 -0500
committerLibravatar David A. Greene <greened@obbligato.org>2012-04-09 22:26:10 -0500
commit187bc2da5bc2172a7cc8a0da3b4c0994e7a0d9fc (patch)
treec7a9a06b1344692b713d1870cae90cfe692078ee /contrib
parentUse project config files (diff)
downloadtgif-187bc2da5bc2172a7cc8a0da3b4c0994e7a0d9fc.tar.xz
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 <greened@obbligato.org>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/subtree/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile
index 21130af6f6..da80522578 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)