summaryrefslogtreecommitdiffstats
path: root/package/gettext
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:42:52 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:42:52 +0000
commit4a7bfd27757e076837e400f18d8371d792eade0e (patch)
tree3521b2b1562ad6532bc1ba8c83568b2365bc0f9a /package/gettext
parentd58636d7658f5f5455f417b1ad81ed0dab361d56 (diff)
downloadbuildroot-novena-4a7bfd27757e076837e400f18d8371d792eade0e.tar.gz
buildroot-novena-4a7bfd27757e076837e400f18d8371d792eade0e.zip
package/: convert to DOWNLOAD helper
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/gettext.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk
index dd7f75a3a..2a0c33305 100644
--- a/package/gettext/gettext.mk
+++ b/package/gettext/gettext.mk
@@ -18,7 +18,7 @@ LIBINTL_TARGET_BINARY:=usr/lib/libintl.so
endif
$(DL_DIR)/$(GETTEXT_SOURCE):
- $(WGET) -P $(DL_DIR) $(GETTEXT_SITE)/$(GETTEXT_SOURCE)
+ $(call DOWNLOAD,$(GETTEXT_SITE),$(GETTEXT_SOURCE))
gettext-source: $(DL_DIR)/$(GETTEXT_SOURCE)