jimtcl: use $(TARGET_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
e290ae7202
commit
cee121d0f7
@ -51,7 +51,7 @@ endef
|
||||
define JIMTCL_BUILD_CMDS
|
||||
SH_CFLAGS="-fPIC" \
|
||||
SHOBJ_CFLAGS="-fPIC" \
|
||||
$(MAKE) -C $(@D)
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define JIMTCL_INSTALL_STAGING_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user