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:
parent
5f5dbd719d
commit
a42cbacc11
2
Makefile
2
Makefile
@ -709,7 +709,7 @@ LIB_OBJS += $(COMPAT_OBJS)
|
|||||||
ALL_CFLAGS += $(BASIC_CFLAGS)
|
ALL_CFLAGS += $(BASIC_CFLAGS)
|
||||||
ALL_LDFLAGS += $(BASIC_LDFLAGS)
|
ALL_LDFLAGS += $(BASIC_LDFLAGS)
|
||||||
|
|
||||||
export prefix gitexecdir TAR INSTALL DESTDIR SHELL_PATH template_dir
|
export TAR INSTALL DESTDIR SHELL_PATH
|
||||||
|
|
||||||
|
|
||||||
### Build rules
|
### Build rules
|
||||||
|
Loading…
Reference in New Issue
Block a user