author | Yakov Lerner <iler.ml@gmail.com> | |
Thu, 22 Jun 2006 01:47:00 +0000 (04:47 +0300) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 22 Jun 2006 07:11:23 +0000 (00:11 -0700) | ||
commit | c1f8064b143f98e8b3c5ff1ce12ebd0800df5d67 | |
tree | e67d9855db5d524b6e1b0d0f0e871a514a9f2135 | tree | snapshot |
parent | 5fdc8499658969e5ed03184f87cb4290541a0763 | commit | diff |
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>
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 | diff | blob | history |