diff --git a/Makefile.include b/Makefile.include index 5c815483dea3cbffeea2557fea3943232e967fa2..699ff7931b80cad3fba94b2e0a79519ad00190e0 100644 --- a/Makefile.include +++ b/Makefile.include @@ -69,7 +69,8 @@ endif MAKEOVERRIDES += $(foreach v,$(__DIRECTORY_VARIABLES),$(v)=$($(v))) # Path to the current directory relative to RIOTPROJECT -BUILDRELPATH ?= $(CURDIR:$(RIOTPROJECT)/%=%)/ +# trailing '/' is important when RIOTPROJECT == CURDIR +BUILDRELPATH ?= $(patsubst $(RIOTPROJECT)/%,%,$(CURDIR)/) # get host operating system OS := $(shell uname)