Skip to content

Commit

Permalink
Use configure settings for git-subtree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David A. Greene committed Apr 10, 2012
1 parent 5163d47 commit 187bc2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/subtree/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-include ../../config.mak.autogen
-include ../../config.mak

prefix ?= /usr/local
mandir ?= $(prefix)/share/man
gitdir ?= $(shell git --exec-path)
Expand Down

0 comments on commit 187bc2d

Please sign in to comment.