From: Shawn O. Pearce Date: Tue, 8 May 2007 03:53:06 +0000 (-0400) Subject: Remove duplicate exports from Makefile X-Git-Tag: v1.5.2-rc3~19 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a42cbacc1133f57de23734e5d52324208606806e;p=git.git 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 --- 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