summaryrefslogtreecommitdiffstats
path: root/package/libtool/libtool.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtool/libtool.mk')
-rw-r--r--package/libtool/libtool.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 82f96ae41..57fd31fb5 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -3,13 +3,13 @@
# libtool
#
#############################################################
-LIBTOOL_VER:=1.5.22
-LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VER).tar.gz
+LIBTOOL_VERSION:=1.5.22
+LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE:=http://ftp.gnu.org/pub/gnu/libtool
LIBTOOL_CAT:=$(ZCAT)
-LIBTOOL_SRC_DIR:=$(TOOL_BUILD_DIR)/libtool-$(LIBTOOL_VER)
-LIBTOOL_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VER)
-LIBTOOL_HOST_DIR:=$(TOOL_BUILD_DIR)/libtool-$(LIBTOOL_VER)-host
+LIBTOOL_SRC_DIR:=$(TOOL_BUILD_DIR)/libtool-$(LIBTOOL_VERSION)
+LIBTOOL_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VERSION)
+LIBTOOL_HOST_DIR:=$(TOOL_BUILD_DIR)/libtool-$(LIBTOOL_VERSION)-host
LIBTOOL_BINARY:=libtool
LIBTOOL_TARGET_BINARY:=usr/bin/libtool