forked from len0rd/rockbox
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
This commit is contained in:
parent
20754cf370
commit
5fa5578284
1 changed files with 1 additions and 3 deletions
|
@ -31,11 +31,9 @@ DEPFILE = $(OBJDIR)/dep-firmware
|
||||||
|
|
||||||
all: $(OUTPUT) $(EXTRA_TARGETS)
|
all: $(OUTPUT) $(EXTRA_TARGETS)
|
||||||
|
|
||||||
$(DEPFILE): $(BUILDDIR)/sysfont.h
|
|
||||||
|
|
||||||
dep: $(DEPFILE)
|
dep: $(DEPFILE)
|
||||||
|
|
||||||
$(OUTPUT): $(OBJS) $(DEPFILE)
|
$(OUTPUT): $(BUILDDIR)/sysfont.h $(OBJS) $(DEPFILE)
|
||||||
$(call PRINTS,AR+RANLIB $(@F))$(AR) ruv $@ $(OBJS) >/dev/null 2>&1
|
$(call PRINTS,AR+RANLIB $(@F))$(AR) ruv $@ $(OBJS) >/dev/null 2>&1
|
||||||
$(SILENT)$(RANLIB) $@
|
$(SILENT)$(RANLIB) $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue