aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-09-27 14:06:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-09-27 14:06:46 +0000
commita723361df9cb4cb58d7e806218d98df72d57cdae (patch)
treedc35000b8b3ff329b1029e8563aab31aaba9f98b /toolchain/gdb
parent0199c0e95cfbd490a1c39ac744fdb68149c73977 (diff)
downloadmaster-187ad058-a723361df9cb4cb58d7e806218d98df72d57cdae.tar.gz
master-187ad058-a723361df9cb4cb58d7e806218d98df72d57cdae.tar.bz2
master-187ad058-a723361df9cb4cb58d7e806218d98df72d57cdae.zip
move tools from toolchain/ to tools/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index f5c0bf3725..63661ca2dc 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -14,7 +14,7 @@ PKG_MD5SUM:=05b928f41fa5b482e49ca2c24762a0ae
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/gdb
PKG_CAT:=bzcat
-PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_BUILD_DIR:=$(TOOLCHAIN_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/host-build.mk