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
This commit is contained in:
Dominik Riebeling 2011-12-03 13:58:42 +00:00
parent 7de4f64bb6
commit 488ee77ea2

View file

@ -71,7 +71,7 @@ $(DEPFILE): $(SOURCES)
-include $(DEPFILE) -include $(DEPFILE)
$(OUT)/librbspeex.a: $(OBJS) $(DEPFILE) $(OUT)/rbspeex.o $(OUT)/librbspeex.a: $(OBJS) $(DEPFILE) $(OUT)/rbspeex.o
@echo AR $(OUT)/librbspeex$(RBARCH).a @echo AR $(notdir $@)
$(SILENT)$(AR) rucs $@ $+ > /dev/null 2>&1 $(SILENT)$(AR) rucs $@ $+ > /dev/null 2>&1
librbspeex$(RBARCH).a: $(OUT)/librbspeex.a librbspeex$(RBARCH).a: $(OUT)/librbspeex.a