diff options
author | Luben Tuikov <ltuikov@yahoo.com> | 2006-12-14 23:03:03 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-15 22:31:01 -0800 |
commit | 3a79347862f9864e580af2b9daeebac28be9c7a6 (patch) | |
tree | ef1836d80a8d776dbc2ec804d4ae2d4ccfb06ce7 /Makefile | |
parent | 0bee59186976b1d9e6b2dd77332480c9480131d5 (diff) | |
download | git-3a79347862f9864e580af2b9daeebac28be9c7a6.tar.gz |
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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |