arptables: 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>
2016.11.x
Gustavo Zacarias 2016-10-13 19:13:14 -03:00 committed by Thomas Petazzoni
parent 72be5e1087
commit c60b11f00e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ARPTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/arptables/arp
ARPTABLES_LICENSE = GPLv2+
define ARPTABLES_BUILD_CMDS
$(MAKE) -C $(@D) \
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
CC="$(TARGET_CC)" COPT_FLAGS="$(TARGET_CFLAGS)"
endef