summaryrefslogtreecommitdiffstats
path: root/src/gcc-pthreads.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-09-20 11:59:54 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-09-20 11:59:54 (GMT)
commit4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc (patch)
treeeef9f6e041bfbeddf129b7d3f0d8914663429bbb /src/gcc-pthreads.mk
parent0f5187c1948760df191d28f7a24fa6ebf8abd79a (diff)
downloadmxe-4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc.zip
mxe-4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc.tar.gz
mxe-4bf7a58c9e319c3495e1a32ce5a0a260e0ef2ebc.tar.bz2
improved coding style
Diffstat (limited to 'src/gcc-pthreads.mk')
-rw-r--r--src/gcc-pthreads.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcc-pthreads.mk b/src/gcc-pthreads.mk
index a6e0412..e54da6f 100644
--- a/src/gcc-pthreads.mk
+++ b/src/gcc-pthreads.mk
@@ -32,6 +32,6 @@ $(PKG)_DEPS :=
define $(PKG)_UPDATE
wget -q -O- 'ftp://sourceware.org/pub/pthreads-win32/Release_notes' | \
$(SED) -n 's,^RELEASE \([0-9][^[:space:]]*\).*,\1,p' | \
- tr '.' '-' | \
+ tr '.' '-' | \
head -1
endef