summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/Tremor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/Tremor/Makefile b/apps/codecs/Tremor/Makefile
index b28cce04f9..805346683e 100644
--- a/apps/codecs/Tremor/Makefile
+++ b/apps/codecs/Tremor/Makefile
@@ -20,10 +20,10 @@ CFLAGS = $(GCCOPTS) $(TREMOROPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=$
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)/Tremor/%.o)
23DEPFILE = $(OBJDIR)/dep-tremor 23DEPFILE = $(OBJDIR)/dep-Tremor
24DIRS = 24DIRS =
25 25
26OUTPUT = $(OBJDIR)/tremor.a 26OUTPUT = $(OBJDIR)/libTremor.a
27 27
28all: $(OUTPUT) 28all: $(OUTPUT)
29 29