Commit 9dafdfcb authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove unused dependency

parent a3a9d136
...@@ -46,7 +46,7 @@ endif ...@@ -46,7 +46,7 @@ endif
all : $(LIBR) all : $(LIBR)
# update libmruby.a # update libmruby.a
$(LIBR) : $(MRBC) $(MLIB) $(LIBR) : $(MLIB)
$(AR) r $(LIBR) $(MLIB) $(AR) r $(LIBR) $(MLIB)
# Compile mrblib source # Compile mrblib source
......
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