summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-15 22:18:51 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-15 22:18:51 +0900
commit9dafdfcb8ce7fafd3c2d40ab547fd30c383409b4 (patch)
treee134bf5e6b5714e579d70251b1f73708611b1d06
parenta3a9d136aa4835eb50f4be92fbbce1ad503ec4c7 (diff)
downloadmruby-9dafdfcb8ce7fafd3c2d40ab547fd30c383409b4.tar.gz
mruby-9dafdfcb8ce7fafd3c2d40ab547fd30c383409b4.zip
remove unused dependency
-rw-r--r--mrblib/Makefile2
1 files changed, 1 insertions, 1 deletions
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