From 488ee77ea2ee5ac7ce12a42d5d9350f13632f965 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 3 Dec 2011 13:58:42 +0000 Subject: Don't show the full path when building librbspeex.a git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31118 a1c6a512-1295-4272-9138-f99709370657 --- tools/rbspeex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rbspeex/Makefile') diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile index e52543c40c..294a5d57f9 100644 --- a/tools/rbspeex/Makefile +++ b/tools/rbspeex/Makefile @@ -71,7 +71,7 @@ $(DEPFILE): $(SOURCES) -include $(DEPFILE) $(OUT)/librbspeex.a: $(OBJS) $(DEPFILE) $(OUT)/rbspeex.o - @echo AR $(OUT)/librbspeex$(RBARCH).a + @echo AR $(notdir $@) $(SILENT)$(AR) rucs $@ $+ > /dev/null 2>&1 librbspeex$(RBARCH).a: $(OUT)/librbspeex.a -- cgit