summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-05-07 23:53:06 -0400
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2007-05-07 23:53:06 -0400
commita42cbacc1133f57de23734e5d52324208606806e (patch)
tree55c7131804892c249c991aa2fbe6fcc0ef9ba45e
parentMerge branch 'master' of git://repo.or.cz/git-gui (diff)
downloadtgif-a42cbacc1133f57de23734e5d52324208606806e.tar.xz
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