summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-12-19 10:28:39 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-12-19 10:28:39 (GMT)
commitd8498fdad15509673b51e260b4c55824e3573db9 (patch)
tree70f90f28b007c7a33de74020cf78b945696d3492 /Makefile
parent92c305aaf399f931db15efff6812a56a09a6a1dc (diff)
parent864448fec631fadbcf1f1b4a026e0fe3ce7f7b04 (diff)
downloadmxe-d8498fdad15509673b51e260b4c55824e3573db9.zip
mxe-d8498fdad15509673b51e260b4c55824e3573db9.tar.gz
mxe-d8498fdad15509673b51e260b4c55824e3573db9.tar.bz2
merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 042a090..57310ba 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ CHECK_PKG_ARCHIVE = \
DOWNLOAD_PKG_ARCHIVE = \
mkdir -p '$(PKG_DIR)' && \
$(if $($(1)_URL_2), \
- ( wget -T 30 -O- '$($(1)_URL)' || wget -O- '$($(1)_URL_2)' ), \
+ ( wget -T 30 -t 3 -O- '$($(1)_URL)' || wget -O- '$($(1)_URL_2)' ), \
wget -O- '$($(1)_URL)') \
$(if $($(1)_FIX_GZIP), \
| gzip -d | gzip -9n, \