From d37133f63465fe63e968566aec90bb036cab2877 Mon Sep 17 00:00:00 2001
From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Sun, 2 Jul 2006 22:50:20 +0000
Subject: [PATCH] fixed DP_FS_BASEDIR passing to gcc by adding single quotes
 around the entire contents of the -D parameter

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6491 d7cf8633-e32d-0410-b094-e92efae38249
---
 makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile.inc b/makefile.inc
index e6dd4f1f..2b2a375d 100644
--- a/makefile.inc
+++ b/makefile.inc
@@ -140,7 +140,7 @@ OBJ_SDL= builddate.c sys_sdl.o vid_sdl.o $(OBJ_SND_COMMON) snd_sdl.o cd_sdl.o $(
 
 
 # Compilation
-CFLAGS_COMMON=$(CFLAGS_MAKEDEP) -DDP_FS_BASEDIR=\"$(DP_FS_BASEDIR)\" -Wall -Wsign-compare
+CFLAGS_COMMON=$(CFLAGS_MAKEDEP) -D'DP_FS_BASEDIR=\"$(DP_FS_BASEDIR)\"' -Wall -Wsign-compare
 CFLAGS_DEBUG=-ggdb
 CFLAGS_PROFILE=-g -pg -ggdb
 CFLAGS_RELEASE=
-- 
2.39.5