Commit b06e7ac4 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

autotools: allow host package to use <pkg>_MAKE_ENV and <pkg>_MAKE



This will be needed by the Python interpreter package.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 76d9b3e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ endif
#
ifndef $(2)_INSTALL_CMDS
define $(2)_INSTALL_CMDS
	$(HOST_MAKE_ENV) $(MAKE) -C $$($$(PKG)_SRCDIR) install
	$(HOST_MAKE_ENV) $$($$(PKG)_MAKE_ENV) $$($$(PKG)_MAKE) -C $$($$(PKG)_SRCDIR) install
endef
endif