Skip to content

Commit b4f7822

Browse files
committed
Fix build dependency issue which was causing some stuff to be
unnecessarily rebuilt every time.
1 parent 245dfd8 commit b4f7822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plat/linux68k/emu/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"=m68kdasm.c",
3232
"=m68k.h",
3333
],
34-
commands=["cp -R $[ins] $[dir]", "cd $[dir] && ./m68kmake"],
34+
commands=["cp $[ins] $[dir]", "cd $[dir] && ./m68kmake"],
3535
)
3636

3737
hostclibrary(

0 commit comments

Comments
 (0)