summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPeter Korsgaard2009-01-16 12:47:05 +0100
committerPeter Korsgaard2009-01-16 12:47:05 +0100
commit0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3 (patch)
tree8cca7addd50bc3860595d9af5e018bcff0dbed05 /toolchain/gdb
parentpackage/: convert to DOWNLOAD helper (diff)
downloadbuildroot-0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3.tar.gz
buildroot-0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3.tar.xz
buildroot-0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3.zip
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)