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:
parent
7de4f64bb6
commit
488ee77ea2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue