summaryrefslogtreecommitdiffhomepage
path: root/mrblib/Makefile
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-21 19:59:41 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-21 19:59:41 +0800
commit81225a9f0e4cf6d27e303f203833bb726b191465 (patch)
treea898f7c686fc8d70f501660b7b22e1a076c762a6 /mrblib/Makefile
parentd6f2f55b46ceddd986e7ba42fb8269aef0ca8e77 (diff)
downloadmruby-81225a9f0e4cf6d27e303f203833bb726b191465.tar.gz
mruby-81225a9f0e4cf6d27e303f203833bb726b191465.zip
Remove symbol recreation where not necessary
Diffstat (limited to 'mrblib/Makefile')
-rw-r--r--mrblib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile
index def24d497..942b3e1d2 100644
--- a/mrblib/Makefile
+++ b/mrblib/Makefile
@@ -54,7 +54,7 @@ all : $(LIBR)
$(LIBR) : $(MLIB) $(LIBR0)
$(CP) $(LIBR0) $(LIBR)
- $(AR) rs $(LIBR) $(MLIB)
+ $(AR) r $(LIBR) $(MLIB)
# Compile mrblib source
$(MLIB) : $(CLIB)