fix path to toolchain build directory (patch from #810)
SVN-Revision: 4947
This commit is contained in:
parent
7c2e858eea
commit
11940f8a7c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ PKG_RELEASE:=1
|
|||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
|
||||
GDB_DIR:=$(TOOL_BUILD_DIR)/gdb-$(PKG_VERSION)
|
||||
GDB_DIR:=$(TOOLCHAIN_BUILD_DIR)/gdb-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue