diff --git a/src/sbbs3/scfg/GNUmakefile b/src/sbbs3/scfg/GNUmakefile index 2cf58a26c41ac3d33c46059ffbfd799b99aafa38..5cd1fd594b3180b450fdd63698b3bd2bfc974993 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)