From 5fa5578284e007d5e95e8907d32b720462d2e51c Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 29 Oct 2008 14:51:49 +0000 Subject: Adding non-existing files in SOURCES no longer causes strange sysfont.h error message. (Fixes #7583) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18921 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index 9c5299ac03..0b80cf22e3 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -31,11 +31,9 @@ DEPFILE = $(OBJDIR)/dep-firmware all: $(OUTPUT) $(EXTRA_TARGETS) -$(DEPFILE): $(BUILDDIR)/sysfont.h - dep: $(DEPFILE) -$(OUTPUT): $(OBJS) $(DEPFILE) +$(OUTPUT): $(BUILDDIR)/sysfont.h $(OBJS) $(DEPFILE) $(call PRINTS,AR+RANLIB $(@F))$(AR) ruv $@ $(OBJS) >/dev/null 2>&1 $(SILENT)$(RANLIB) $@ -- cgit v1.2.3