projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5163d47
)
Use configure settings for git-subtree
author
David A. Greene
<greened@obbligato.org>
Tue, 10 Apr 2012 02:39:08 +0000
(21:39 -0500)
committer
David 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
patch
|
blob
|
history
diff --git
a/contrib/subtree/Makefile
b/contrib/subtree/Makefile
index 21130af6f665599ff324b918b76023fa91b3f0a9..da805225782289cae31d79d58cf92e9cd89abeb0 100644
(file)
--- 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)