X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=makefile;fp=makefile;h=973113d1a375231d56665e4d306f2479a9e961bd;hb=ee7c72bf24ba96746b7e31a975b23d284cbc89e2;hp=621c73e9fc55bdd782471eb74567e3dfa7a3b87c;hpb=de772b8484eaa1b51bb7de519b27485045ec6a58;p=xonotic%2Fdarkplaces.git diff --git a/makefile b/makefile index 621c73e9..973113d1 100644 --- a/makefile +++ b/makefile @@ -308,8 +308,10 @@ endif ##### Extra CFLAGS ##### +ifneq ($(CC), tcc) + CFLAGS_MAKEDEP?=-MMD +endif -CFLAGS_MAKEDEP?=-MMD ifdef DP_FS_BASEDIR CFLAGS_FS=-DDP_FS_BASEDIR=\"$(DP_FS_BASEDIR)\" else