summaryrefslogtreecommitdiff
path: root/mk/libtool.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/libtool.mk')
-rw-r--r--mk/libtool.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/libtool.mk b/mk/libtool.mk
index 0e2c56f..0aa7943 100644
--- a/mk/libtool.mk
+++ b/mk/libtool.mk
@@ -24,7 +24,7 @@
################################################################################
LIBTOOL_NAME := libtool
-LIBTOOL_VERSION := $(call EMBTK_GET_PKG_VERSION,LIBTOOL)
+LIBTOOL_VERSION := $(call embtk_get_pkgversion,LIBTOOL)
LIBTOOL_SITE := http://ftp.gnu.org/gnu/libtool
LIBTOOL_SITE_MIRROR3 := ftp://ftp.embtoolkit.org/embtoolkit.org/packages-mirror
LIBTOOL_PATCH_SITE := ftp://ftp.embtoolkit.org/embtoolkit.org/libtool/$(LIBTOOL_VERSION)
@@ -39,4 +39,4 @@ export LIBTOOL LIBTOOLIZE
LIBTOOL_CONFIGURE_OPTS := --disable-ltdl-install
libtool_install:
- $(call EMBTK_INSTALL_HOSTPKG,LIBTOOL)
+ $(call embtk_install_hostpkg,LIBTOOL)