Revert "The name of the make variable was changed"

This reverts commit 6e619bd5c7.
pull/8653/head
Anders F Björklund 2020-07-06 10:22:22 +02:00
parent dfb970ab37
commit 00db37da3b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ endef
define CRIO_BIN_BUILD_CMDS define CRIO_BIN_BUILD_CMDS
mkdir -p $(@D)/bin mkdir -p $(@D)/bin
$(CRIO_BIN_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) COMMIT_NO=$(CRIO_BIN_COMMIT) PREFIX=/usr binaries $(CRIO_BIN_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) GIT_COMMIT=$(CRIO_BIN_COMMIT) PREFIX=/usr binaries
endef endef
define CRIO_BIN_INSTALL_TARGET_CMDS define CRIO_BIN_INSTALL_TARGET_CMDS