From f1e3468f106eae3583336cc43838ece37207cb7d Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Fri, 23 Oct 2009 21:41:23 +0000 Subject: [PATCH] Fix paths in makefile dependency generation This was SVN commit r7157. --- build/premake/src/Src/gnu_cpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/premake/src/Src/gnu_cpp.c b/build/premake/src/Src/gnu_cpp.c index 69fdbb377e..329ded3e1f 100644 --- a/build/premake/src/Src/gnu_cpp.c +++ b/build/premake/src/Src/gnu_cpp.c @@ -510,7 +510,7 @@ static const char* listCppTargets(const char* name) if (matches(ext, ".s")) strcat(g_buffer, "$(CC) -x assembler-with-cpp $(CPPFLAGS) -o $@ -c $<\n"); else if (matches(ext, ".c")) - strcat(g_buffer, "$(CC) $(CFLAGS) -MF $(OBJDIR)/$(