Skip to content

Commit

Permalink
Makefile: use sed of host-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed May 27, 2020
1 parent d88e975 commit ff5faa5
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 @@ -40,7 +40,7 @@ MIRROR_DIR:=$(DL_DIR)/mirror
TOOLCHAIN_BUILD_DIR:=$(TOOLCHAIN_DIR)/$(BUILD_DIR)
TOOLS_BUILD_DIR:=$(TOOLS_DIR)/$(BUILD_DIR)

SED:=sed
SED:=$(TOOLS_DIR)/sed
TAR:=$(TOOLS_DIR)/tar-gnu

# Don't go parallel
Expand Down

0 comments on commit ff5faa5

Please sign in to comment.