From 4a7c78f308708694343f65bd4b87c4519baa0cbf Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 7 Apr 2004 20:03:32 +0000
Subject: [PATCH] XPDEV directory macro does not end in slash.

---
 xtrn/sbl/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xtrn/sbl/GNUmakefile b/xtrn/sbl/GNUmakefile
index 6d940c1379..869529005a 100644
--- a/xtrn/sbl/GNUmakefile
+++ b/xtrn/sbl/GNUmakefile
@@ -18,7 +18,7 @@ ifndef XPDEV
  XPDEV		=	../../src/xpdev
 endif
 ifndef SBBS_SRC
- SBBS_SRC	:=	$(XPDEV)../sbbs3
+ SBBS_SRC	:=	$(XPDEV)/../sbbs3
 endif
 NEED_THREADS	:=	1
 include $(XPDEV)/Common.gmake
-- 
GitLab