diff --git a/Makefile b/Makefile index 6c173b0bf6..0f83528380 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ $(OBJDIR)/%.o: %.cpp $(OBJDIR)/%.o: %.m @mkdir -p $(dir $@) - @$(if $(Q), $(shell echo echo CXX $<),) + @$(if $(Q), $(shell echo echo OBJC $<),) $(Q)$(CXX) $(OBJCFLAGS) $(DEFINES) -MMD -c -o $@ $< .FORCE: