From b0e2cc39f231b0ccc27d5fbae7d1695df75f802e Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 11 Mar 2004 07:16:50 +0000
Subject: [PATCH] DONT_BLAME_SYNCHRONET is a compile flag, not a linking flag.

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

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 6587175f74..79fab44868 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -65,7 +65,7 @@ ifdef USE_DOSEMU
 endif
 
 ifdef DONT_BLAME_SYNCHRONET
- LDFLAGS += -DDONT_BLAME_SYNCHRONET
+ CFLAGS += -DDONT_BLAME_SYNCHRONET
 endif
 
 ifeq ($(XP_SEM),1)
-- 
GitLab