summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-24 01:50:20 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-24 01:50:20 +0800
commit4d12ff4978a87f7687a607a3db8afb89d4e90d70 (patch)
tree366bccea19997f21c5213690773572377cd7b941
parent6e589f57239d5ba04b41a7e23e59e9c30bcb243b (diff)
downloadmruby-4d12ff4978a87f7687a607a3db8afb89d4e90d70.tar.gz
mruby-4d12ff4978a87f7687a607a3db8afb89d4e90d70.zip
Add accidently removed comment
-rw-r--r--mrblib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile
index 942b3e1d2..6d7ac65f9 100644
--- a/mrblib/Makefile
+++ b/mrblib/Makefile
@@ -52,6 +52,7 @@ endif
.PHONY : all
all : $(LIBR)
+# update libmruby.a
$(LIBR) : $(MLIB) $(LIBR0)
$(CP) $(LIBR0) $(LIBR)
$(AR) r $(LIBR) $(MLIB)