diff options
author | Jens Arnold <amiconn@rockbox.org> | 2009-03-01 09:04:15 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2009-03-01 09:04:15 +0000 |
commit | 6421f94c0da1847bc925b83c5a8aaf564add0beb (patch) | |
tree | 35110aa01aa7b629f8bef4554457a20b5974b2d9 /apps/codecs/libwma/libwma.make | |
parent | 76be948199c181363de68f55deb79b40965e9eb4 (diff) |
Silence warning from 'ar' if the archive had to be created.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma/libwma.make')
-rw-r--r-- | apps/codecs/libwma/libwma.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/libwma.make b/apps/codecs/libwma/libwma.make index edfd7018a0..71c4cdc626 100644 --- a/apps/codecs/libwma/libwma.make +++ b/apps/codecs/libwma/libwma.make @@ -15,4 +15,4 @@ OTHER_SRC += $(WMALIB_SRC) $(WMALIB): $(WMALIB_OBJ) $(SILENT)$(shell rm -f $@) - $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null + $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null |