From 81225a9f0e4cf6d27e303f203833bb726b191465 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Fri, 21 Sep 2012 19:59:41 +0800 Subject: Remove symbol recreation where not necessary --- mrblib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3