From 48f66c25ffad945217ac654e51721dfee2530b69 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 7 Nov 2002 07:23:50 +0000
Subject: [PATCH] Changed 'rm -fv' to 'rm -f -v' for FreeBSD compatibility.

---
 src/sbbs3/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index b1c510d9f8..0843b1922c 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -57,7 +57,7 @@ endif
 LIBODIR :=	$(CCPRE).$(os).lib
 EXEODIR :=	$(CCPRE).$(os).exe
 
-DELETE	=	rm -fv
+DELETE	=	rm -f -v
 
 CFLAGS	+=	-DJAVASCRIPT -I../mozilla/js/src -I$(XPDEV) -I$(UIFC)
 
-- 
GitLab