diff src/pthreads.mk @ 2525:4d0f3a9da57e

all packages: use $(WGET) portability variable
author Tony Theodore <tonyt@logyst.com>
date Wed, 09 May 2012 01:16:05 +1000
parents b5321bdec505
children 480cba57f1bf
line wrap: on
line diff
--- a/src/pthreads.mk	Wed May 09 01:07:36 2012 +1000
+++ b/src/pthreads.mk	Wed May 09 01:16:05 2012 +1000
@@ -10,7 +10,7 @@
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
-    wget -q -O- 'ftp://sourceware.org/pub/pthreads-win32/Release_notes' | \
+    $(WGET) -q -O- 'ftp://sourceware.org/pub/pthreads-win32/Release_notes' | \
     $(SED) -n 's,^RELEASE \([0-9][^[:space:]]*\).*,\1,p' | \
     tr '.' '-' | \
     head -1