summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-06-10 19:35:21 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-06-10 19:35:21 +0200
commit9aceaf502feab5c4e57fc64b0e303448961a5b69 (patch)
treed5f209d08e104426d81c19e05ce8978251bdb534 /mk
parenteeef73372c4125ad97fe065c8e71608c59b6176d (diff)
downloadembtoolkit-9aceaf502feab5c4e57fc64b0e303448961a5b69.tar.gz
embtoolkit-9aceaf502feab5c4e57fc64b0e303448961a5b69.tar.bz2
embtoolkit-9aceaf502feab5c4e57fc64b0e303448961a5b69.tar.xz
Host tools: remove useless mirror site
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/libtool.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/libtool.mk b/mk/libtool.mk
index c0c7323..93f70e9 100644
--- a/mk/libtool.mk
+++ b/mk/libtool.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2010-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2010-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,7 +26,6 @@
LIBTOOL_NAME := 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_PACKAGE := libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SRC_DIR := $(TOOLS_BUILD)/libtool-$(LIBTOOL_VERSION)
LIBTOOL_BUILD_DIR := $(TOOLS_BUILD)/libtool-$(LIBTOOL_VERSION)