diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-05-07 23:53:06 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-05-07 23:53:06 -0400 |
commit | a42cbacc1133f57de23734e5d52324208606806e (patch) | |
tree | 55c7131804892c249c991aa2fbe6fcc0ef9ba45e | |
parent | Merge branch 'master' of git://repo.or.cz/git-gui (diff) | |
download | tgif-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |