1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-04 18:21:52 +02:00

fix path to toolchain build directory (patch from #810)

SVN-Revision: 4947
This commit is contained in:
Felix Fietkau 2006-10-07 12:51:22 +00:00
parent 7c2e858eea
commit 11940f8a7c

@ -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