From 80f791ac1dc32297309d7e1f6d434d114a38c696 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 3 Apr 2004 01:16:23 +0000
Subject: [PATCH] XPDEV macro does not include a trailing slash.

---
 xtrn/sbj/GNUmakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xtrn/sbj/GNUmakefile b/xtrn/sbj/GNUmakefile
index ff6afae71f..851f5d34f8 100644
--- a/xtrn/sbj/GNUmakefile
+++ b/xtrn/sbj/GNUmakefile
@@ -13,10 +13,10 @@
 # $Id$
 
 XSDK		=	../sdk
-XPDEV	?=	../../src/xpdev/
+XPDEV	?=	../../src/xpdev
 vpath %.c $(XSDK)
 NEED_THREADS	:=	1
-include $(XPDEV)Common.gmake
+include $(XPDEV)/Common.gmake
 CFLAGS	+=	-I$(XSDK)
 
 ifeq ($(os),sunos)
-- 
GitLab