From b3727623f44e618c96b1b87b8f95c01187a6922b Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 24 Mar 2004 01:22:11 +0000
Subject: [PATCH] Use UIFC_SRC insread of just UIFC

---
 src/sbbs3/scfg/GNUmakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/scfg/GNUmakefile b/src/sbbs3/scfg/GNUmakefile
index 2cf58a26c4..5cd1fd594b 100644
--- a/src/sbbs3/scfg/GNUmakefile
+++ b/src/sbbs3/scfg/GNUmakefile
@@ -20,12 +20,12 @@ ifndef NO_CURSES
  USE_UIFC32	=	1	# NEW curses version of uifc
 endif
 
-UIFC	=	../../uifc/
+UIFC_SRC	=	../../uifc/
 XPDEV	=	../../xpdev/
 SBBS_SRC =	../
 NEED_UIFC	:=	1
 include $(XPDEV)Common.gmake
-include $(UIFC)Common.gmake
+include $(UIFC_SRC)Common.gmake
 include $(SBBS_SRC)Common.gmake
 
 SCFG	:=	$(EXEODIR)$(SLASH)scfg$(EXEFILE)
-- 
GitLab