changeset 598:6699a8b25535

Remove setupfont.h and setupimage.h from direct build targets, so that they do not get deleted, only updated when needed by other targets.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Apr 2013 07:49:11 +0300
parents 8a9361179a1a
children 71539fc4ba5a
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)