diff --git a/Makefile.conf b/Makefile.conf index 72fa993..ad355c9 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -4,7 +4,7 @@ # see LICENSE.txt ######### Header ######### -HERE:= $(notdir $(CURDIR)) +HERE:=$(dir $(lastword $(MAKEFILE_LIST))) ######### General ######### BUILD_FOR:=$(shell uname)