Skip to content

Commit

Permalink
Remove duplicate exports from Makefile
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
spearce committed May 8, 2007
1 parent 5f5dbd7 commit a42cbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a42cbac

Please sign in to comment.