aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Prince <tom.prince@ualberta.net>2005-10-11 18:47:33 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-11 18:47:33 -0700
commitec2d15118bd6aa24e9323302e9aaa71dd54bc028 (patch)
tree19c72d9a67554a538d020b2eab98a396a4033fda /Makefile
parent3e09cdfd114651fc61656dbd45d5ec3d9352cb2b (diff)
downloadgit-ec2d15118bd6aa24e9323302e9aaa71dd54bc028.tar.gz
git-ec2d15118bd6aa24e9323302e9aaa71dd54bc028.tar.xz
Export template_dir in Makefile.
If somebody set template_dir in config.mak. Then git-init-db would be compiled with the correct location but the templates would be installed in the default location. Fix it. Signed-off-by: Tom Prince <tom.prince@ualberta.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8697d52de..d345c5d11 100644
--- a/Makefile
+++ b/Makefile
@@ -310,7 +310,7 @@ SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
$(patsubst %.py,%,$(SCRIPT_PYTHON)) \
gitk
-export prefix TAR INSTALL DESTDIR SHELL_PATH
+export prefix TAR INSTALL DESTDIR SHELL_PATH template_dir
### Build rules
all: $(PROGRAMS) $(SCRIPTS)