diff --git a/client/Makefile b/client/Makefile index 6153f5ded..1c4df85bf 100644 --- a/client/Makefile +++ b/client/Makefile @@ -121,8 +121,6 @@ else QTGUIOBJS = $(OBJDIR)/guidummy.o endif -CFLAGS += $(PLATFORM_DEFS) - # Flags to generate temporary dependency files DEPFLAGS = -MT $@ -MMD -MP -MF $(OBJDIR)/$*.Td # make temporary to final dependeny files after successful compilation