From 9dafdfcb8ce7fafd3c2d40ab547fd30c383409b4 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 15 May 2012 22:18:51 +0900 Subject: remove unused dependency --- mrblib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrblib/Makefile b/mrblib/Makefile index 295082379..712962371 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -46,7 +46,7 @@ endif all : $(LIBR) # update libmruby.a -$(LIBR) : $(MRBC) $(MLIB) +$(LIBR) : $(MLIB) $(AR) r $(LIBR) $(MLIB) # Compile mrblib source -- cgit v1.2.3