From 6dad9b0821f7ad089715e77f5c80ae664e4966da Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 23 Sep 2015 18:32:26 +0200 Subject: Fixing Makefile issue which would re-evaluate the base path for included dependency files. --- templates/Makefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/Makefile.template') diff --git a/templates/Makefile.template b/templates/Makefile.template index 49c2f8b7f5..bf3f850fd2 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -65,7 +65,7 @@ endif - MAKEFILE_PATH = $(abspath $(lastword $(MAKEFILE_LIST))) + MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) ifndef BUILDDIR BUILDDIR_ABSOLUTE = $(patsubst %/,%,$(dir $(MAKEFILE_PATH))) else -- cgit v1.2.3