diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-25 19:57:23 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-25 19:57:23 +0000 |
| commit | 1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323 (patch) | |
| tree | a3862957ba38ea22bfd01504c0389d23cb4b09a9 /apps/codecs/Makefile | |
| parent | 386f77b0521433f55811f5735aa7a7df5c422760 (diff) | |
| download | rockbox-1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323.zip rockbox-1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323.tar.gz rockbox-1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323.tar.bz2 rockbox-1f4bcc86dac8e57aa2fba4e5b3149fbe52ead323.tar.xz | |
Revert accidental tree commit. /me needs a smaller enter key...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16805 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Makefile')
| -rw-r--r-- | apps/codecs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index 7c066d2..5a65341 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -47,7 +47,6 @@ all: $(LINKCODEC) $(ROCKS) ifndef SIMVER $(BUILDDIR)/%.a : % $(CODECDEPS) -$(OBJDIR)/mod.elf : $(OBJDIR)/mod.o $(OBJDIR)/codec_crt0.o $(OBJDIR)/wav.elf : $(OBJDIR)/wav.o $(OBJDIR)/codec_crt0.o $(OBJDIR)/sid.elf : $(OBJDIR)/sid.o $(OBJDIR)/codec_crt0.o $(OBJDIR)/adx.elf : $(OBJDIR)/adx.o $(OBJDIR)/codec_crt0.o |