commit | 3a79347862f9864e580af2b9daeebac28be9c7a6 | [log] [tgz] |
---|---|---|
author | Luben Tuikov <ltuikov@yahoo.com> | Thu Dec 14 23:03:03 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Dec 15 22:31:01 2006 -0800 |
tree | ef1836d80a8d776dbc2ec804d4ae2d4ccfb06ce7 | |
parent | 0bee59186976b1d9e6b2dd77332480c9480131d5 [diff] [blame] |
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>
diff --git a/Makefile b/Makefile index 676d426..05cfe45 100644 --- a/Makefile +++ b/Makefile
@@ -228,6 +228,8 @@ PERL_PATH = /usr/bin/perl endif +export PERL_PATH + LIB_FILE=libgit.a XDIFF_LIB=xdiff/lib.a