targets/toolchain_makefile.py
changeset 1773 38fde37c3766
parent 1758 845ca626db09
child 1782 5b6ad7a7fd9d
--- 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())