From 689f8a228066eec638084879117130b80b699952 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Fri, 18 Feb 2022 17:08:13 -0800 Subject: [PATCH] Update Makefile Try to fix MacOS build. --- Source/ZZR/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/ZZR/Makefile b/Source/ZZR/Makefile index 2e1b2b30..03d78ad3 100644 --- a/Source/ZZR/Makefile +++ b/Source/ZZR/Makefile @@ -21,8 +21,8 @@ include $(TOOLS)/Makefile.inc DIFFPATH = $(DIFFTO)/Binary zzrromchk: - [ `stat -c%s $(ZZRROM)` = $(ZZRROMSIZE) ] - + [ `wc -c $(ZZRROM) | awk '{print $$1}'` = $(ZZRROMSIZE) ] + $(HD1024ZZRPREFIX): zzrromchk cat zzr_cfldr.bin zzr_ptbl.bin zzr_fill_1.bin zzr_mon.bin zzr_fill_2.bin $(ZZRROM) zzr_fill_3.bin >$@