From 72cd3e3e5332d8d3f6950c493d77a2db51f8b3ad Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 12 Apr 2002 09:42:02 +0000 Subject: [PATCH] Whoops forward slash, not backslash. <blush> --- src/sbbs3/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index a21c04462e..16bd94e75e 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -21,7 +21,7 @@ OFILE = o LD = ld LIBFILE = .a -XPDEV = ..\xpdev +XPDEV = ../xpdev ifndef $(os) os = $(shell uname) -- GitLab