summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-05-25 10:35:55 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-05-25 10:35:55 (GMT)
commit96aa5b4559d0ce00e88352a8ccb83302240cc8e0 (patch)
tree292adf10dfe21cb3acee4d00f8f52fd8d50fb740
parent6a96ad7cdfd9e9d98b20d7c4bf9c0ace0d0e33a3 (diff)
downloadmxe-96aa5b4559d0ce00e88352a8ccb83302240cc8e0.zip
mxe-96aa5b4559d0ce00e88352a8ccb83302240cc8e0.tar.gz
mxe-96aa5b4559d0ce00e88352a8ccb83302240cc8e0.tar.bz2
improved coding style
-rw-r--r--src/libffi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffi.mk b/src/libffi.mk
index 3085cbb..36837ea 100644
--- a/src/libffi.mk
+++ b/src/libffi.mk
@@ -13,7 +13,7 @@ $(PKG)_URL := ftp://sourceware.org/pub/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget --no-check-certificate -q -O- 'http://github.com/atgreen/libffi/downloads' | \
+ wget -q --no-check-certificate -O- 'http://github.com/atgreen/libffi/downloads' | \
grep '<a href="/atgreen/libffi/tarball/' | \
$(SED) -n 's,.*href="/atgreen/libffi/tarball/v\([0-9][^"]*\)".*,\1,p' | \
head -1