Commit 0a00c28c authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

libmruby.a should depend on libmruby_core.a

parent 434ed1ed
......@@ -47,7 +47,7 @@ endif
all : $(LIBR)
# update libmruby.a
$(LIBR) : $(MLIB)
$(LIBR) : $(MLIB) $(LIBR0)
cp $(LIBR0) $(LIBR)
$(AR) r $(LIBR) $(MLIB)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment