From cb5710c538fce01f4875a64e6de4b37a7718005b Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 23 Sep 2009 01:30:00 +0200 Subject: rename TOOL_BUILD_DIR to TOOLCHAIN_DIR To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth Signed-off-by: Peter Korsgaard --- package/oprofile/oprofile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/oprofile/oprofile.mk') diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk index ee6be3dc1..215e85b65 100644 --- a/package/oprofile/oprofile.mk +++ b/package/oprofile/oprofile.mk @@ -6,7 +6,7 @@ OPROFILE_VERSION := 0.9.4 OPROFILE_CONF_OPT := --localstatedir=/var \ --with-extra-includes="$(BUILD_DIR)/binutils-$(BR2_BINUTILS_VERSION)-target/bfd \ - -I$(TOOL_BUILD_DIR)/binutils-$(BR2_BINUTILS_VERSION)/include" \ + -I$(TOOLCHAIN_DIR)/binutils-$(BR2_BINUTILS_VERSION)/include" \ --with-extra-libs=$(BUILD_DIR)/binutils-$(BR2_BINUTILS_VERSION)-target/bfd \ --with-kernel-support -- cgit v1.2.3