Replace TOOLCHAIN_BUILD_DIR with BUILD_DIR_TOOLCHAIN (the other one is deprecated)

SVN-Revision: 8399
This commit is contained in:
Florian Fainelli
2007-08-11 17:32:45 +00:00
parent 593502e049
commit da932d9e1a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ PKG_NAME:=gdbserver
PKG_VERSION:=6.3
PKG_RELEASE:=1
GDB_DIR:=$(TOOLCHAIN_BUILD_DIR)/gdb-$(PKG_VERSION)
GDB_DIR:=$(BUILD_DIR_TOOLCHAIN)/gdb-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk