diff options
Diffstat (limited to 'apps/codecs/liba52')
| -rw-r--r-- | apps/codecs/liba52/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/liba52/Makefile b/apps/codecs/liba52/Makefile index ea3c01c..b93f0c7 100644 --- a/apps/codecs/liba52/Makefile +++ b/apps/codecs/liba52/Makefile @@ -30,8 +30,9 @@ DIRS = all: $(OUTPUT) $(OUTPUT): $(OBJS) - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(RANLIB) $@ include $(TOOLSDIR)/make.inc |