Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Ruemmler <kai.ruemmler@gmx.net>2005-10-09 02:54:37 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-09 02:54:37 +0400
commitd2b8593fd3754cf2e0b9a121fe6ba63bfefa3a47 (patch)
tree3d9eb6fa46124b7e950ce29992a8ce79ef54a168 /Makefile
parentf48000fcbe1009c18f1cc46e56cde2cb632071fa (diff)
make $prefix available for sub-makefiles
exports $prefix and makes Documentation/Makefile following it also. Signed-off-by: Kai Ruemmler <kai.ruemmler@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ca77cf2af..bcda943273 100644
--- a/Makefile
+++ b/Makefile
@@ -293,7 +293,7 @@ SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
$(patsubst %.py,%,$(SCRIPT_PYTHON)) \
gitk
-export TAR INSTALL DESTDIR SHELL_PATH
+export prefix TAR INSTALL DESTDIR SHELL_PATH
### Build rules
all: $(PROGRAMS) $(SCRIPTS)