m68000: fix build dependencies
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 27 Jun 2021 21:08:12 +0000 (17:08 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 27 Jun 2021 21:08:12 +0000 (17:08 -0400)
obj/cpuemu.c needs to rely on a file actually generated by gencpu and
not just gencpu, or make tries to build cpuemu.c before it exists
during a parallel build.


No differences found