Use the O.S. specific touch command in the simulation Makefile

parent a052d8ea
......@@ -149,7 +149,7 @@ PWD := $$(shell pwd)
command_key = 'vlog'
self.writeln("\t\t" + self._simulator_controls[command_key])
self.write("\t\t@" + path_mod.mkdir_command() + " $(dir $@)")
self.writeln(" && touch $@ \n")
self.writeln(" && " + path_mod.touch_command() + " $@ \n")
self.writeln()
def makefile_sim_command(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