From: Thomas Petazzoni Date: Sun, 23 Jan 2011 16:08:53 +0000 (+0100) Subject: autotools: allow host package to use _MAKE_ENV and _MAKE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b06e7ac4e135a01ddb8914c779dff2bda25e00b1;p=buildroot.git autotools: allow host package to use _MAKE_ENV and _MAKE This will be needed by the Python interpreter package. Signed-off-by: Thomas Petazzoni --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index de0a355756..d445348d2b 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -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