From b4f78226dad5c095beb311ea161992c9d36f450b Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 20 Dec 2025 22:41:02 +0100 Subject: [PATCH] Fix build dependency issue which was causing some stuff to be unnecessarily rebuilt every time. --- plat/linux68k/emu/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/linux68k/emu/build.py b/plat/linux68k/emu/build.py index 9ccdb7bad..caa0fe731 100644 --- a/plat/linux68k/emu/build.py +++ b/plat/linux68k/emu/build.py @@ -31,7 +31,7 @@ "=m68kdasm.c", "=m68k.h", ], - commands=["cp -R $[ins] $[dir]", "cd $[dir] && ./m68kmake"], + commands=["cp $[ins] $[dir]", "cd $[dir] && ./m68kmake"], ) hostclibrary(