From 604b98dfa81ba14f2359e5b2933fef00929890b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 17 Dec 2014 18:35:11 +0200 Subject: Use $(CURDIR) instead of ../$(PROJECT) for SHELL_PATH This fixes the issue where the project name and project directory differ, and allow us to support directory of the form name-version. --- plugins/shell.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/shell.mk b/plugins/shell.mk index 9cbee2e..4e7e97e 100644 --- a/plugins/shell.mk +++ b/plugins/shell.mk @@ -5,7 +5,7 @@ # Configuration. -SHELL_PATH ?= -pa ../$(PROJECT)/ebin $(DEPS_DIR)/*/ebin +SHELL_PATH ?= -pa $(CURDIR)/ebin $(DEPS_DIR)/*/ebin SHELL_OPTS ?= ALL_SHELL_DEPS_DIRS = $(addprefix $(DEPS_DIR)/,$(SHELL_DEPS)) -- cgit v1.2.3