diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-27 14:06:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-27 14:06:46 +0000 |
commit | bf28127b91700a7a886f9d3411be151864eb6057 (patch) | |
tree | 6d261d165387baa75f6c7584cbe823ee46ceb602 /openwrt/toolchain/gdb | |
parent | ce3253be558105e95aa26ab7de86a4cbc510c9a6 (diff) | |
download | mtk-20170518-bf28127b91700a7a886f9d3411be151864eb6057.zip mtk-20170518-bf28127b91700a7a886f9d3411be151864eb6057.tar.gz mtk-20170518-bf28127b91700a7a886f9d3411be151864eb6057.tar.bz2 |
move tools from toolchain/ to tools/
SVN-Revision: 4866
Diffstat (limited to 'openwrt/toolchain/gdb')
-rw-r--r-- | openwrt/toolchain/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/gdb/Makefile b/openwrt/toolchain/gdb/Makefile index f5c0bf3..63661ca 100644 --- a/openwrt/toolchain/gdb/Makefile +++ b/openwrt/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 |