From: Jose V Beneyto Date: Fri, 11 Jun 2010 07:03:29 +0000 (+0200) Subject: fixed url source for libmpfr X-Git-Url: http://gitweb/?a=commitdiff_plain;h=e2f459fee899883827081dbf51927278ae01d2c8;p=toolchain-softfp.git fixed url source for libmpfr --- diff --git a/Makefile b/Makefile index a995a31..aea2b53 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ libgmp-distclean: libgmp-clean # LIBMPFR $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2: - wget -P $(WORK) -c http://www.mpfr.org/mpfr-current/mpfr-$(LIBMPFR_VERSION).tar.bz2 + wget -P $(WORK) -c http://ftp.gnu.org/gnu/mpfr/mpfr-$(LIBMPFR_VERSION).tar.bz2 $(WORK)/mpfr-$(LIBMPFR_VERSION): $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2 tar -C $(WORK) -xvjf $(WORK)/mpfr-$(LIBMPFR_VERSION).tar.bz2