Skip to content

Commit 187bc2d

Browse files
committed
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 <[email protected]>
1 parent 5163d47 commit 187bc2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/subtree/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-include ../../config.mak.autogen
2+
-include ../../config.mak
3+
14
prefix ?= /usr/local
25
mandir ?= $(prefix)/share/man
36
gitdir ?= $(shell git --exec-path)

0 commit comments

Comments
 (0)