Code

Use configure settings for git-subtree
authorDavid A. Greene <greened@obbligato.org>
Tue, 10 Apr 2012 02:39:08 +0000 (21:39 -0500)
committerDavid A. Greene <greened@obbligato.org>
Tue, 10 Apr 2012 03:26:10 +0000 (22:26 -0500)
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>
contrib/subtree/Makefile

index 21130af6f665599ff324b918b76023fa91b3f0a9..da805225782289cae31d79d58cf92e9cd89abeb0 100644 (file)
@@ -1,3 +1,6 @@
+-include ../../config.mak.autogen
+-include ../../config.mak
+
 prefix ?= /usr/local
 mandir ?= $(prefix)/share/man
 gitdir ?= $(shell git --exec-path)