Browse Source

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>
maint
Luben Tuikov 18 years ago committed by Junio C Hamano
parent
commit
3a79347862
  1. 2
      Makefile

2
Makefile

@ -228,6 +228,8 @@ ifndef PERL_PATH @@ -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


Loading…
Cancel
Save