diff options
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index 8428cd8..1cfe7e5 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -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 |