[Buildroot] [PATCH 47/93] dmalloc: use $(TARGET_MAKE_ENV) when calling $(MAKE)

gustavo.zacarias at free-electrons.com gustavo.zacarias at free-electrons.com
Mon Oct 17 16:06:34 UTC 2016


From: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>

Signed-off-by: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
---
 package/dmalloc/dmalloc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dmalloc/dmalloc.mk b/package/dmalloc/dmalloc.mk
index ffa9a39..6ebb44c 100644
--- a/package/dmalloc/dmalloc.mk
+++ b/package/dmalloc/dmalloc.mk
@@ -48,7 +48,7 @@ DMALLOC_POST_PATCH_HOOKS += DMALLOC_POST_PATCH
 
 # both DESTDIR and PREFIX are ignored..
 define DMALLOC_INSTALL_STAGING_CMDS
-	$(MAKE) includedir="$(STAGING_DIR)/usr/include" \
+	$(TARGET_MAKE_ENV) $(MAKE) includedir="$(STAGING_DIR)/usr/include" \
 		bindir="$(STAGING_DIR)/usr/bin" \
 		libdir="$(STAGING_DIR)/usr/lib" \
 		shlibdir="$(STAGING_DIR)/usr/lib" \
-- 
2.7.3



More information about the buildroot mailing list