aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-05-07 23:53:06 -0400
committerShawn O. Pearce <spearce@spearce.org>2007-05-07 23:53:06 -0400
commita42cbacc1133f57de23734e5d52324208606806e (patch)
tree55c7131804892c249c991aa2fbe6fcc0ef9ba45e /Makefile
parent5f5dbd719d0d8ec136f32a0a56674902bd85f72f (diff)
downloadgit-a42cbacc1133f57de23734e5d52324208606806e.tar.gz
git-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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e89ccd496..7cf146ba7 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