author | Kacper Kornet <kornet@camk.edu.pl> | |
Thu, 28 Apr 2011 19:27:51 +0000 (21:27 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 28 Apr 2011 20:54:12 +0000 (13:54 -0700) | ||
commit | 2910bf56a4ffc13c398fb04ba32910cb3b724091 | |
tree | aa6a9244b3041104185c42342e6e97d63330c8f9 | tree | snapshot |
parent | 4fec83045bdc53ed9d3ff71ed099e3e6992b5c56 | commit | diff |
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>
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 | diff | blob | history |