Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/binutils/Makefile

    r8afa52c rbb285b4  
    3636# Information for obtaining specific binutils redistributable package.
    3737# Might be subject to change in the future.
    38 REDIST_VERSION = 2.21.1
     38REDIST_VERSION = 2.21
    3939REDIST_NAME = binutils-$(REDIST_VERSION)
    4040REDIST_FILENAME = $(REDIST_NAME).tar.bz2
    4141REDIST_SOURCE = ftp://ftp.gnu.org/gnu/binutils/
    42 REDIST_MIRROR = http://www.helenos.org/binutils/
    4342
    4443# Directory for the binutils source tree.
     
    168167$(REDIST_FILENAME):
    169168        wget -c $(REDIST_SOURCE)$(REDIST_FILENAME)
    170         if [ ! -e $(REDIST_FILENAME) ]; then \
    171                 wget -c $(REDIST_MIRROR)$(REDIST_FILENAME); \
    172         fi
    173169
    174170# Extract binutils source tree.
Note: See TracChangeset for help on using the changeset viewer.