Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdir
commit2910bf56a4ffc13c398fb04ba32910cb3b724091
authorKacper Kornet <kornet@camk.edu.pl>
Thu, 28 Apr 2011 19:27:51 +0000 (28 21:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Apr 2011 20:54:12 +0000 (28 13:54 -0700)
treeaa6a9244b3041104185c42342e6e97d63330c8f9
parent4fec83045bdc53ed9d3ff71ed099e3e6992b5c56
Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdir

Definitions of ETC_GITCONFIG, ETC_GITATTRIBUTES and sysconfdir depend on
value of prefix. As prefix can be changed in config.mak.autogen, all if
blocks with conditions based on prefix should be placed after the file
is included in Makefile.

Signed-off-by: Kacper Kornet <draenog@pld-linux.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile