summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:47:05 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:47:05 +0000
commit0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3 (patch)
tree8cca7addd50bc3860595d9af5e018bcff0dbed05 /toolchain/gdb
parent4a7bfd27757e076837e400f18d8371d792eade0e (diff)
toolchain/: convert to DOWNLOAD helper
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/gdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk
index f239dba01..6e46c0bd1 100644
--- a/toolchain/gdb/gdb.mk
+++ b/toolchain/gdb/gdb.mk
@@ -41,7 +41,7 @@ endif
endif
$(DL_DIR)/$(GDB_SOURCE):
- $(WGET) -P $(DL_DIR) $(GDB_SITE)/$(GDB_SOURCE)
+ $(call DOWNLOAD,$(GDB_SITE),$(GDB_SOURCE))
gdb-unpacked: $(GDB_DIR)/.unpacked
$(GDB_DIR)/.unpacked: $(DL_DIR)/$(GDB_SOURCE)