Module: sems Branch: 1.4 Commit: 9d4437e9cb4856829415f1f6e2908361cd572e7b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9d4437e9cb4856829415f1f6e2908361cd572e7b
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Oct 3 23:51:06 2011 +0200 b/f: distinct COREPATH for sbc tools --- apps/sbc/tools/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sbc/tools/Makefile b/apps/sbc/tools/Makefile index 3bca854..5058580 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-*) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
