targets/toolchain_makefile.py
changeset 1782 5b6ad7a7fd9d
parent 1773 38fde37c3766
child 1831 56b48961cc68
--- a/targets/toolchain_makefile.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/targets/toolchain_makefile.py	Mon Aug 21 21:55:18 2017 +0300
@@ -77,7 +77,7 @@
             if res is not None:
                 depfn = res.groups()[0]
                 if os.path.exists(os.path.join(self.buildpath, depfn)):
-                    #print bn + " depends on "+depfn
+                    # print bn + " depends on "+depfn
                     deps.append(depfn)
         # recurse through deps
         # TODO detect cicular deps.