Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
commitc1f8064b143f98e8b3c5ff1ce12ebd0800df5d67
authorYakov Lerner <iler.ml@gmail.com>
Thu, 22 Jun 2006 01:47:00 +0000 (22 04:47 +0300)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Jun 2006 07:11:23 +0000 (22 00:11 -0700)
treee67d9855db5d524b6e1b0d0f0e871a514a9f2135
parent5fdc8499658969e5ed03184f87cb4290541a0763
Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.

Before this patch, -DDEFAULT_GIT_TEMPLATE_DIR was passed on compilation
command line to all and every .c file compiled. In fact the macro
is used by only one .c file, and unused by all other .c files.
Remove -DDEFAULT_GIT_TEMPLATE_DIR where unused. Follow the example of
exec_cmd.o. Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.

Signed-off-by: Yakov Lerner <iler.ml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile