From: Luben Tuikov Date: Fri, 15 Dec 2006 07:03:03 +0000 (-0800) Subject: Export PERL_PATH X-Git-Tag: v1.5.0-rc0~101 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3a79347862f9864e580af2b9daeebac28be9c7a6;p=git.git Export PERL_PATH PERL_PATH is used by perl/Makefile so export it. Signed-off-by: Luben Tuikov Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 676d426a9..05cfe45b1 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