From 9d4437e9cb4856829415f1f6e2908361cd572e7b Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 3 Oct 2011 23:51:06 +0200 Subject: [PATCH] b/f: distinct COREPATH for sbc tools --- apps/sbc/tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sbc/tools/Makefile b/apps/sbc/tools/Makefile index 3bca8548..50585808 100644 --- a/apps/sbc/tools/Makefile +++ b/apps/sbc/tools/Makefile @@ -1,5 +1,5 @@ -COREPATH ?= ../../../core -include $(COREPATH)/../Makefile.defs +COREPATH_TOOLS ?= ../../../core +include $(COREPATH_TOOLS)/../Makefile.defs sbc_scripts = $(wildcard sems-sbc-*)