From e1621a4a2a6b1750402d0228cf85920814babc9a Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 11 Jul 2007 14:06:06 +0000 Subject: Use _VERSION in all .mk instead of _VER --- package/libtool/libtool.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/libtool') 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 -- cgit v1.2.3