client Makefile doesn't use PLATFORM_DEFS anymore

This commit is contained in:
Philippe Teuwen 2019-06-01 00:59:11 +02:00
parent 940cb1f64f
commit 5e83fcbd58

View file

@ -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