comparison Makefile @ 2696:fe58e4975380

replace sourceforge mirror routing problems reported and verified with kent.dl.sourceforge.net
author Mark Brand <mabrand@mabrand.nl>
date Fri, 17 Aug 2012 14:36:05 +0200
parents 9e60296cb20d
children 486ad9f4933d
comparison
equal deleted inserted replaced
2692:86dc9319fd1d 2696:fe58e4975380
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 JOBS := 1 4 JOBS := 1
5 TARGET := i686-pc-mingw32 5 TARGET := i686-pc-mingw32
6 SOURCEFORGE_MIRROR := kent.dl.sourceforge.net 6 SOURCEFORGE_MIRROR := freefr.dl.sourceforge.net
7 7
8 PWD := $(shell pwd) 8 PWD := $(shell pwd)
9 SHELL := bash 9 SHELL := bash
10 10
11 INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install 11 INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install