Make use of the generated dependency file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8155 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1b0d1daf38
commit
544e5ae157
1 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,7 @@ CODECDEPS = $(LINKCODEC) $(BUILDDIR)/libcodec.a
|
|||
|
||||
OUTPUT = $(SOFTWARECODECS)
|
||||
|
||||
all: $(OUTPUT) $(ROCKS) $(DEPFILE)
|
||||
all: $(OUTPUT) $(ROCKS)
|
||||
|
||||
ifndef SIMVER
|
||||
ELFIT = $(SILENT)(file=`basename $@`; \
|
||||
|
@ -183,3 +183,7 @@ clean:
|
|||
@$(MAKE) -C libm4a clean OBJDIR=$(OBJDIR)/libm4a
|
||||
@$(MAKE) -C dumb clean OBJDIR=$(OBJDIR)/dumb
|
||||
@$(MAKE) -C lib clean OBJDIR=$(OBJDIR)/lib
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
-include $(DEPFILE)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue