From 0a00c28ca12f78ba510603eb40a038206457c0a4 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Thu, 17 May 2012 23:48:02 +0900 Subject: libmruby.a should depend on libmruby_core.a --- mrblib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrblib/Makefile b/mrblib/Makefile index a91f4ce24..d22c4509f 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -47,7 +47,7 @@ endif all : $(LIBR) # update libmruby.a -$(LIBR) : $(MLIB) +$(LIBR) : $(MLIB) $(LIBR0) cp $(LIBR0) $(LIBR) $(AR) r $(LIBR) $(MLIB) -- cgit v1.2.3