projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bee591
)
Export PERL_PATH
author
Luben Tuikov
<ltuikov@yahoo.com>
Fri, 15 Dec 2006 07:03:03 +0000
(23:03 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 16 Dec 2006 06:31:01 +0000
(22:31 -0800)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 676d426a9e707361ac3922e77cbf08d59728b607..05cfe45b104d6860c3918f1c80596403ae73e5f7 100644
(file)
--- 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