From 438e5f67b0ada4ee89bcbc36df014416d0c7f98d Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 14 Jul 2011 01:56:35 +0200 Subject: Build system: generic macros: fix embtk_install_hostpkg Signed-off-by: Abdoulaye Walsimou Gaye --- mk/macros.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/macros.mk b/mk/macros.mk index 1fc4848..eeb34ab 100644 --- a/mk/macros.mk +++ b/mk/macros.mk @@ -397,7 +397,7 @@ endef # define embtk_install_hostpkg $(Q)$(if $(__embtk_pkg_installed-y),true, \ - $(call __embtk_install_hostpkg_make,$(1)),autotools) + $(call __embtk_install_hostpkg_make,$(1),autotools)) endef # -- cgit v1.2.3