summaryrefslogtreecommitdiffstats
path: root/src/gettext.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gettext.mk')
-rw-r--r--src/gettext.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gettext.mk b/src/gettext.mk
index e618740..edccffe 100644
--- a/src/gettext.mk
+++ b/src/gettext.mk
@@ -10,7 +10,7 @@ $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libiconv
define $(PKG)_UPDATE
- wget -q -O- 'http://www.gnu.org/software/gettext/' | \
+ $(WGET) -q -O- 'http://www.gnu.org/software/gettext/' | \
grep 'gettext-' | \
$(SED) -n 's,.*gettext-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1