ncurses: use $(HOST_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5e2c37221c
commit
a7bb73d0fb
@ -169,8 +169,8 @@ endef # NCURSES_INSTALL_TARGET_CMDS
|
||||
# ourselves, and use that during installation.
|
||||
#
|
||||
define HOST_NCURSES_BUILD_CMDS
|
||||
$(MAKE1) -C $(@D) sources
|
||||
$(MAKE) -C $(@D)/progs tic
|
||||
$(HOST_MAKE_ENV) $(MAKE1) -C $(@D) sources
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D)/progs tic
|
||||
endef
|
||||
|
||||
HOST_NCURSES_CONF_OPTS = \
|
||||
|
Loading…
Reference in New Issue
Block a user