summaryrefslogtreecommitdiff
path: root/mk/libtool.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/libtool.mk')
-rw-r--r--mk/libtool.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/libtool.mk b/mk/libtool.mk
index d5bb7d8..283282a 100644
--- a/mk/libtool.mk
+++ b/mk/libtool.mk
@@ -36,5 +36,6 @@ export LIBTOOL LIBTOOLIZE
LIBTOOL_CONFIGURE_OPTS := --disable-ltdl-install
-libtool_install:
- $(call embtk_install_hostpkg,libtool)
+define embtk_install_libtool
+ $(call __embtk_install_hostpkg,libtool)
+endef