From ebb6f46a9395400eb7c07cba16f8736a13b4fa60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Mal=C3=A1k?= Date: Sun, 28 Aug 2016 02:00:07 +0200 Subject: [PATCH] fix mistake in build make file Add missing macro expansion terminator --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 17c922f5..4782eb61 100755 --- a/makefile +++ b/makefile @@ -53,7 +53,7 @@ DUMP=*type TARGET_OS = dos -BUILD_ROOT=$+$(%__CWD__) +BUILD_ROOT=$+$(%__CWD__)$- #EXMMTESTDIR=16$(DIRSEP)exmmtest$(DIRSEP) PDIR=..$(DIRSEP) SRC=src$(DIRSEP) -- 2.39.5