summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/libtremor.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/libtremor.make')
-rw-r--r--apps/codecs/libtremor/libtremor.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libtremor/libtremor.make b/apps/codecs/libtremor/libtremor.make
index 36af8a188c..1bd1b20fb4 100644
--- a/apps/codecs/libtremor/libtremor.make
+++ b/apps/codecs/libtremor/libtremor.make
@@ -15,7 +15,7 @@ OTHER_SRC += $(TREMORLIB_SRC)
15 15
16$(TREMORLIB): $(TREMORLIB_OBJ) 16$(TREMORLIB): $(TREMORLIB_OBJ)
17 $(SILENT)$(shell rm -f $@) 17 $(SILENT)$(shell rm -f $@)
18 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 18 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
19 19
20$(CODECDIR)/libtremor/%.o: $(ROOTDIR)/apps/codecs/libtremor/%.c 20$(CODECDIR)/libtremor/%.o: $(ROOTDIR)/apps/codecs/libtremor/%.c
21 $(SILENT)mkdir -p $(dir $@) 21 $(SILENT)mkdir -p $(dir $@)