summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad')
-rw-r--r--apps/codecs/libfaad/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/codecs/libfaad/Makefile b/apps/codecs/libfaad/Makefile
index 4a59d6c872..8288b4ce79 100644
--- a/apps/codecs/libfaad/Makefile
+++ b/apps/codecs/libfaad/Makefile
@@ -30,15 +30,13 @@ DIRS =
30all: $(OUTPUT) 30all: $(OUTPUT)
31 31
32$(OUTPUT): $(OBJS) 32$(OUTPUT): $(OBJS)
33 @echo "AR+RANLIB $(notdir $@)" 33 $(call PRINTS,AR+RANLIB $(@F))$(AR) ruv $@ $+ >/dev/null 2>&1
34 @$(AR) ruv $@ $+ >/dev/null 2>&1 34 $(SILENT)$(RANLIB) $@
35 @$(RANLIB) $@
36 35
37include $(TOOLSDIR)/make.inc 36include $(TOOLSDIR)/make.inc
38 37
39clean: 38clean:
40 @echo "cleaning libfaad" 39 $(call PRINTS,cleaning libfaad)rm -f $(OBJS) $(OUTPUT) $(DEPFILE)
41 @rm -f $(OBJS) $(OUTPUT) $(DEPFILE)
42 40
43ifneq ($(MAKECMDGOALS),clean) 41ifneq ($(MAKECMDGOALS),clean)
44-include $(DEPFILE) 42-include $(DEPFILE)