diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-22 06:47:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-22 06:47:03 +0000 |
commit | 415cc2c04738509a400583814a341095573d42fa (patch) | |
tree | 5c6b6344965ba2c9fc01831ba95cf91ac4353fbb /package/libtool/libtool.mk | |
parent | 7077d900d9b3ae5b0712286f0e84b964d64d9070 (diff) | |
download | buildroot-novena-415cc2c04738509a400583814a341095573d42fa.tar.gz buildroot-novena-415cc2c04738509a400583814a341095573d42fa.zip |
version bump
Diffstat (limited to 'package/libtool/libtool.mk')
-rw-r--r-- | package/libtool/libtool.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 1758268c4..5d6c98d57 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -3,10 +3,11 @@ # libtool # ############################################################# -LIBTOOL_SOURCE:=libtool-1.5.8.tar.gz +LIBTOOL_VER:=1.5.20 +LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VER).tar.gz LIBTOOL_SITE:=ftp://ftp.gnu.org/gnu/libtool LIBTOOL_CAT:=zcat -LIBTOOL_DIR:=$(BUILD_DIR)/libtool-1.5.8 +LIBTOOL_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VER) LIBTOOL_BINARY:=libtool LIBTOOL_TARGET_BINARY:=usr/bin/libtool |