summaryrefslogtreecommitdiffstats
path: root/package/espeak
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>2016-10-13 19:13:54 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-15 14:17:54 +0200
commit98d693e4786cd65977c436844884924d3ca698d5 (patch)
tree7a6d3c63d55e631f3e93375663e4ced5f0463eb9 /package/espeak
parent39c6d150acd251b17db5b818f1e90d04c8ad2d3f (diff)
downloadbuildroot-98d693e4786cd65977c436844884924d3ca698d5.tar.gz
buildroot-98d693e4786cd65977c436844884924d3ca698d5.zip
espeak: 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>
Diffstat (limited to 'package/espeak')
-rw-r--r--package/espeak/espeak.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/espeak/espeak.mk b/package/espeak/espeak.mk
index 0aa049ef07..734ec30e54 100644
--- a/package/espeak/espeak.mk
+++ b/package/espeak/espeak.mk
@@ -32,12 +32,12 @@ define ESPEAK_CONFIGURE_CMDS
endef
define ESPEAK_BUILD_CMDS
- $(MAKE) -C $(@D)/src $(TARGET_CONFIGURE_OPTS) \
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/src $(TARGET_CONFIGURE_OPTS) \
AUDIO="$(ESPEAK_AUDIO_BACKEND)" all
endef
define ESPEAK_INSTALL_TARGET_CMDS
- $(MAKE) -C $(@D)/src DESTDIR="$(TARGET_DIR)" install
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/src DESTDIR="$(TARGET_DIR)" install
endef
$(eval $(generic-package))
OpenPOWER on IntegriCloud