Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuben Tuikov <ltuikov@yahoo.com>2006-12-15 10:03:03 +0300
committerJunio C Hamano <junkio@cox.net>2006-12-16 09:31:01 +0300
commit3a79347862f9864e580af2b9daeebac28be9c7a6 (patch)
treeef1836d80a8d776dbc2ec804d4ae2d4ccfb06ce7 /Makefile
parent0bee59186976b1d9e6b2dd77332480c9480131d5 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 676d426a9e..05cfe45b10 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