diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-12-03 13:58:42 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-12-03 13:58:42 +0000 |
| commit | 488ee77ea2ee5ac7ce12a42d5d9350f13632f965 (patch) | |
| tree | ab283aa152aadfbd7803ab74b17ced5d52dd2c85 /tools | |
| parent | 7de4f64bb6f1630c1b62767f69b7ce00936f5fa1 (diff) | |
| download | rockbox-488ee77ea2ee5ac7ce12a42d5d9350f13632f965.zip rockbox-488ee77ea2ee5ac7ce12a42d5d9350f13632f965.tar.gz rockbox-488ee77ea2ee5ac7ce12a42d5d9350f13632f965.tar.bz2 rockbox-488ee77ea2ee5ac7ce12a42d5d9350f13632f965.tar.xz | |
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
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/rbspeex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile index e52543c..294a5d5 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 |