PERL_PATH is used by perl/Makefile so export it. Signed-off-by: Luben Tuikov <ltuikov@xxxxxxxxx> --- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 6a86132..f016982 100644 --- a/Makefile +++ b/Makefile @@ -227,6 +227,8 @@ ifndef PERL_PATH PERL_PATH = /usr/bin/perl endif +export PERL_PATH + LIB_FILE=libgit.a XDIFF_LIB=xdiff/lib.a -- 1.4.4.2.g9bf39 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html