]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix DP_FS_BASEDIR escaping
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 3 Aug 2013 16:03:26 +0000 (16:03 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 3 Aug 2013 16:03:26 +0000 (16:03 +0000)
From: Rudolf Polzer <divverent@xonotic.org>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11994 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index 9ff2fba112a17fc58533c93d4585207f2bf8da09..ff3e165cd07f8a1c613d9aef2507450ef8ce0c6c 100644 (file)
--- 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