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:
authorShawn O. Pearce <spearce@spearce.org>2007-05-08 07:53:06 +0400
committerShawn O. Pearce <spearce@spearce.org>2007-05-08 07:53:06 +0400
commita42cbacc1133f57de23734e5d52324208606806e (patch)
tree55c7131804892c249c991aa2fbe6fcc0ef9ba45e
parent5f5dbd719d0d8ec136f32a0a56674902bd85f72f (diff)
Remove duplicate exports from Makefile
We already export these variables earlier in the Makefile, right after they were 'declared'. There is no point in doing so again. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e89ccd4965..7cf146ba7b 100644
--- a/Makefile
+++ b/Makefile
@@ -709,7 +709,7 @@ LIB_OBJS += $(COMPAT_OBJS)
ALL_CFLAGS += $(BASIC_CFLAGS)
ALL_LDFLAGS += $(BASIC_LDFLAGS)
-export prefix gitexecdir TAR INSTALL DESTDIR SHELL_PATH template_dir
+export TAR INSTALL DESTDIR SHELL_PATH
### Build rules