|
@@ -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 = \
|