From: divverent Date: Sat, 3 Aug 2013 16:03:26 +0000 (+0000) Subject: fix DP_FS_BASEDIR escaping X-Git-Tag: xonotic-v0.8.0~96^2~46 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4f1a1c642316d2f85a4073eb969f962f24ed647b;p=xonotic%2Fdarkplaces.git fix DP_FS_BASEDIR escaping From: Rudolf Polzer git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11994 d7cf8633-e32d-0410-b094-e92efae38249 --- 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