* [PATCH] [Makefile] Export PERL_PATH
@ 2006-12-15 7:03 Luben Tuikov
0 siblings, 0 replies; only message in thread
From: Luben Tuikov @ 2006-12-15 7:03 UTC (permalink / raw)
To: git
PERL_PATH is used by perl/Makefile so export it.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-15 7:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-15 7:03 [PATCH] [Makefile] Export PERL_PATH Luben Tuikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox