From 04840ca1dfa7dc2ffecb3fa9269cb755474f3e90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Mon, 23 Sep 2024 01:43:34 -0400
Subject: [PATCH] Apparently ar can't update this when it's fat.

Hopefully this is the only lib like this (maybe the resources?)
---
 src/conio/GNUmakefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile
index 75dc570847..e7f1b25f0c 100644
--- a/src/conio/GNUmakefile
+++ b/src/conio/GNUmakefile
@@ -50,8 +50,10 @@ endif
 
 # CIOLIB Library Link Rule
 $(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) $(CIOLIB_INTERPOLATE_TARGET)
-
 	@echo Creating $@ ...
+ifdef FAT
+	$(QUIET)$(DELETE) $@
+endif
 	$(QUIET)$(AR) rc $@ $(OBJS)
 	$(QUIET)$(RANLIB) $@
 
-- 
GitLab