From 6fda720a49b1f0e3eeec3bb7696680b94c0ff4b3 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 3 Aug 2013 16:03:26 +0000 Subject: [PATCH] fix DP_FS_BASEDIR escaping From: Rudolf Polzer git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11994 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=4f1a1c642316d2f85a4073eb969f962f24ed647b --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 9ff2fba1..ff3e165c 100644 --- a/makefile +++ b/makefile @@ -376,7 +376,7 @@ endif CFLAGS_MAKEDEP?=-MMD ifdef DP_FS_BASEDIR - CFLAGS_FS=-DDP_FS_BASEDIR='\"$(DP_FS_BASEDIR)\"' + CFLAGS_FS=-DDP_FS_BASEDIR=\"$(DP_FS_BASEDIR)\" else CFLAGS_FS= endif -- 2.39.2