summaryrefslogtreecommitdiff
path: root/mk/libtool.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-02 14:45:48 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-02 14:45:48 +0200
commit082dbb99d068e26c577831a1ab26816f39d798b7 (patch)
treecb064d868b650be4b6b3b26d99127221ac651343 /mk/libtool.mk
parent9c40b00ea89c6c0a6cc195e7636da1875052fa02 (diff)
downloadembtoolkit-082dbb99d068e26c577831a1ab26816f39d798b7.tar.gz
embtoolkit-082dbb99d068e26c577831a1ab26816f39d798b7.tar.bz2
embtoolkit-082dbb99d068e26c577831a1ab26816f39d798b7.tar.xz
Embtk generic macros: lower macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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)