1
0
mirror of https://github.com/git/git.git synced 2024-09-28 04:10:41 +02:00

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>
This commit is contained in:
Shawn O. Pearce 2007-05-07 23:53:06 -04:00
parent 5f5dbd719d
commit a42cbacc11

View File

@ -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