]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
use -MMD instead of -MD for making dependencies, this skips system
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 19 Jul 2008 12:03:15 +0000 (12:03 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 19 Jul 2008 12:03:15 +0000 (12:03 +0000)
headers

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

makefile

index 5c95d05523348b250e2fc4c1c8ebd4fdde94996e..1bf6a24bf3043ef8aebf07c00a48dedcb2ed9d4f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -232,7 +232,7 @@ endif
 
 ##### Extra CFLAGS #####
 
-CFLAGS_MAKEDEP?=-MD
+CFLAGS_MAKEDEP?=-MMD
 ifdef DP_FS_BASEDIR
        CFLAGS_FS=-DDP_FS_BASEDIR='\"$(DP_FS_BASEDIR)\"'
 else