mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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
|
define JIMTCL_BUILD_CMDS
|
||||||
SH_CFLAGS="-fPIC" \
|
SH_CFLAGS="-fPIC" \
|
||||||
SHOBJ_CFLAGS="-fPIC" \
|
SHOBJ_CFLAGS="-fPIC" \
|
||||||
$(MAKE) -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define JIMTCL_INSTALL_STAGING_CMDS
|
define JIMTCL_INSTALL_STAGING_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user