diff --git a/apps/Makefile b/apps/Makefile index 0543416858..cc22591c3f 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -204,7 +204,7 @@ include $(TOOLSDIR)/make.inc # $(OBJDIR)/features: features.txt - $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ + $(SILENT)cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" -imacros "button.h" - | \ grep -v "^\#" | grep -v "^$$" > $@; \ echo "" >/dev/null