diff -r c3679f96020b -r 38fde37c3766 targets/toolchain_makefile.py --- a/targets/toolchain_makefile.py Sat Aug 19 00:30:22 2017 +0300 +++ b/targets/toolchain_makefile.py Sat Aug 19 00:58:44 2017 +0300 @@ -109,8 +109,7 @@ beremizcommand = {"src": ' '.join(srcfiles), "cflags": ' '.join(cflags), "md5": self.md5key, - "buildpath": self.buildpath - } + "buildpath": self.buildpath} # clean sequence of multiple whitespaces cmd = re.sub(r"[ ]+", " ", target.getCommand().strip())