From 5e83fcbd58d987e74069072e5280abea1be14757 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 1 Jun 2019 00:59:11 +0200 Subject: [PATCH] client Makefile doesn't use PLATFORM_DEFS anymore --- client/Makefile | 2 -- 1 file changed, 2 deletions(-) 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