summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuben Tuikov <ltuikov@yahoo.com>2006-12-15 07:03:03 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-16 06:31:01 (GMT)
commit3a79347862f9864e580af2b9daeebac28be9c7a6 (patch)
treeef1836d80a8d776dbc2ec804d4ae2d4ccfb06ce7
parent0bee59186976b1d9e6b2dd77332480c9480131d5 (diff)
downloadgit-3a79347862f9864e580af2b9daeebac28be9c7a6.zip
git-3a79347862f9864e580af2b9daeebac28be9c7a6.tar.gz
git-3a79347862f9864e580af2b9daeebac28be9c7a6.tar.bz2
Export PERL_PATH
PERL_PATH is used by perl/Makefile so export it. Signed-off-by: Luben Tuikov <ltuikov@yahoo.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 676d426..05cfe45 100644
--- a/Makefile
+++ b/Makefile
@@ -228,6 +228,8 @@ ifndef PERL_PATH
PERL_PATH = /usr/bin/perl
endif
+export PERL_PATH
+
LIB_FILE=libgit.a
XDIFF_LIB=xdiff/lib.a