From 1b9e73c99561e0661862b10f3c5fd9dbb8cc1f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 18 Jun 2015 20:51:28 +0200 Subject: Use the real path instead of symbolic links to erlang.mk This will fix some issues where a symbolic link can link to another symbolic link (Cowboy examples), and issues where symbolic links can't be used (VirtualBox shared folders). --- core/core.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/core.mk') diff --git a/core/core.mk b/core/core.mk index 46b12d1..4fe4e5c 100644 --- a/core/core.mk +++ b/core/core.mk @@ -14,6 +14,8 @@ .PHONY: all deps app rel docs install-docs tests check clean distclean help erlang-mk +ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST))) + ERLANG_MK_VERSION = 1 # Core configuration. -- cgit v1.2.3