From a77367e7145d31126f0140163c7a58b2537ea7ae Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 3 Apr 2004 01:17:25 +0000
Subject: [PATCH] XPDEV and SBBS_SRC macros does not include a trailing slash.

---
 xtrn/sbl/GNUmakefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xtrn/sbl/GNUmakefile b/xtrn/sbl/GNUmakefile
index 2689a70bf9..6d940c1379 100644
--- a/xtrn/sbl/GNUmakefile
+++ b/xtrn/sbl/GNUmakefile
@@ -15,14 +15,14 @@
 # Macros
 XSDK		=	../sdk
 ifndef XPDEV
- XPDEV		=	../../src/xpdev/
+ XPDEV		=	../../src/xpdev
 endif
 ifndef SBBS_SRC
- SBBS_SRC	:=	$(XPDEV)../sbbs3/
+ SBBS_SRC	:=	$(XPDEV)../sbbs3
 endif
 NEED_THREADS	:=	1
-include $(XPDEV)Common.gmake
-include $(SBBS_SRC)Common.gmake
+include $(XPDEV)/Common.gmake
+include $(SBBS_SRC)/Common.gmake
 
 ifeq ($(os),sunos)
  LDFLAGS	+=	-lsocket -lnsl -lrt
-- 
GitLab