diff options
Diffstat (limited to 'src/libtool.mk')
-rw-r--r-- | src/libtool.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/libtool.mk b/src/libtool.mk index 0cced85..1880f94 100644 --- a/src/libtool.mk +++ b/src/libtool.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# GNU Libtool PKG := libtool $(PKG)_IGNORE := -$(PKG)_VERSION := 2.4 -$(PKG)_CHECKSUM := 149e9d7a993b643d13149a94d07bbca1085e601c +$(PKG)_CHECKSUM := 22b71a8b5ce3ad86e1094e7285981cae10e6ff88 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.gnu.org/software/$(PKG)/ $(PKG)_URL := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc |