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)/$(