From b06e7ac4e135a01ddb8914c779dff2bda25e00b1 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 23 Jan 2011 17:08:53 +0100 Subject: autotools: allow host package to use _MAKE_ENV and _MAKE This will be needed by the Python interpreter package. Signed-off-by: Thomas Petazzoni --- package/Makefile.autotools.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/Makefile.autotools.in') diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index de0a35575..d445348d2 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 -- cgit v1.2.3