summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-03-01 13:35:15 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-03-01 13:35:15 +0000
commitf0cfd275b5981a1c691456f928f743e0419807b6 (patch)
tree6497335ecee6a0732c97e87276db65a1f6b86a49 /apps/codecs/Tremor
parent4eea7ac2025293de8e8ad88ac331c3cc5d0003db (diff)
downloadrockbox-f0cfd275b5981a1c691456f928f743e0419807b6.tar.gz
rockbox-f0cfd275b5981a1c691456f928f743e0419807b6.zip
Correct dependencies for codec builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6089 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor')
-rw-r--r--apps/codecs/Tremor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/Makefile b/apps/codecs/Tremor/Makefile
index c8713e6496..61f53d0edb 100644
--- a/apps/codecs/Tremor/Makefile
+++ b/apps/codecs/Tremor/Makefile
@@ -19,7 +19,7 @@ CFLAGS = $(GCCOPTS) $(TREMOROPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=$
19 19
20SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - ) 20SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - )
21SOURCES = $(SRC) 21SOURCES = $(SRC)
22OBJS := $(SRC:%.c=$(OBJDIR)/Tremor/%.o) 22OBJS := $(SRC:%.c=$(OBJDIR)/%.o)
23DEPFILE = $(OBJDIR)/dep-Tremor 23DEPFILE = $(OBJDIR)/dep-Tremor
24DIRS = 24DIRS =
25 25