summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-28 16:41:46 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-28 16:41:46 (GMT)
commitb165cde85f115e9341fcccb8f962457fa77b9ba6 (patch)
tree0a0bc91bb3bb6edb91ab5ff75cb0c41fdd599f19 /Makefile
parent6f53953944fadf8090a85b41cb9b71c5f05a23f5 (diff)
downloadmxe-b165cde85f115e9341fcccb8f962457fa77b9ba6.zip
mxe-b165cde85f115e9341fcccb8f962457fa77b9ba6.tar.gz
mxe-b165cde85f115e9341fcccb8f962457fa77b9ba6.tar.bz2
improved coding style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5a3252..5ea034d 100644
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,8 @@ 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 -O - '$($(1)_URL)') \
+ ( wget -T 30 -O- '$($(1)_URL)' || wget -O- '$($(1)_URL_2)' ), \
+ wget -O- '$($(1)_URL)') \
$(if $($(1)_FIX_GZIP), \
| gzip -d | gzip -9n, \
) \