From 0c61385df4adc25e216ae9857d9b52c9341d0f64 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sun, 3 Jul 2022 15:21:30 -0700 Subject: [PATCH] RomDsk Makefile Compatibility Improvement Laszlo reported that the Unix make system was failing on openSuse Linux. Turns out that it did not like the syntax in one line of the Makefile in the RomDsk directory. This small change eliminates the incompatibility. --- Source/RomDsk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/RomDsk/Makefile b/Source/RomDsk/Makefile index c94e9ab7..8d32a429 100644 --- a/Source/RomDsk/Makefile +++ b/Source/RomDsk/Makefile @@ -23,8 +23,8 @@ rom512_%.dat rom1024_%.dat: ROMAPPS=$(ROMAPPS1) $(ROMAPPS2) rom%_wbw.dat: BIOS=wbw rom%_una.dat: BIOS=una -rom128%.dat: - >$@ +rom128_%.dat: + touch $@ %.dat: ### Making ROM Disk $@