# HG changeset patch # User Matti Hamalainen # Date 1365742151 -10800 # Node ID 6699a8b25535334e69174a62704602769dd137a5 # Parent 8a9361179a1a4083e2acba360b4d691ff25aaa0c Remove setupfont.h and setupimage.h from direct build targets, so that they do not get deleted, only updated when needed by other targets. diff -r 8a9361179a1a -r 6699a8b25535 Makefile.gen --- a/Makefile.gen Fri Apr 12 07:35:10 2013 +0300 +++ b/Makefile.gen Fri Apr 12 07:49:11 2013 +0300 @@ -255,8 +255,7 @@ DATA2INC_BIN=$(BINPATH)data2inc$(EXEEXT) TOOL_TARGETS = $(addprefix $(BINPATH),$(addsuffix $(EXEEXT),$(TOOL_BINARIES))) -TARGETS += $(DMLIB_A) $(addprefix $(BINPATH),$(addsuffix $(EXEEXT),$(BINARIES))) \ - $(TOOL_TARGETS) $(DMLIB)setupfont.h $(DMLIB)setupimage.h +TARGETS += $(DMLIB_A) $(addprefix $(BINPATH),$(addsuffix $(EXEEXT),$(BINARIES))) $(TOOL_TARGETS) all: $(TARGETS)