summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/macros.mk2
1 files changed, 1 insertions, 1 deletions
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
#