Check the fetched modules before writing the Makefile

parent 447de6ef
......@@ -53,6 +53,7 @@ class ActionCore(Action):
def makefile(self):
"""Write the Makefile for the current design"""
self.check_all_fetched_or_quit()
write_makefile(self)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment