summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-02 10:11:56 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-02 10:11:56 +0900
commit39cf53d0288895aa46a9c81e2d112759f1d7ac57 (patch)
treec9175c1884d84705a483dc8a511e87fd87393e5a /tools
parente1f7617ff6c4baee5be4bef18c14cb7f471a0577 (diff)
downloadmruby-39cf53d0288895aa46a9c81e2d112759f1d7ac57.tar.gz
mruby-39cf53d0288895aa46a9c81e2d112759f1d7ac57.zip
rename ritevm.a to mruby.a
Diffstat (limited to 'tools')
-rw-r--r--tools/mrbc/Makefile2
-rw-r--r--tools/mruby/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile
index 475f406cf..282032c76 100644
--- a/tools/mrbc/Makefile
+++ b/tools/mrbc/Makefile
@@ -5,7 +5,7 @@
# extension of the executable-file is modifiable(.exe .out ...)
BASEDIR := ../../src
TARGET := ../../bin/mrbc
-LIB := ../../lib/ritevm
+LIB := ../../lib/mruby
ifeq ($(OS),Windows_NT)
EXE := $(TARGET).exe
LIBR := $(LIB).lib
diff --git a/tools/mruby/Makefile b/tools/mruby/Makefile
index 6fe362b54..956f2f709 100644
--- a/tools/mruby/Makefile
+++ b/tools/mruby/Makefile
@@ -5,7 +5,7 @@
# extension of the executable-file is modifiable(.exe .out ...)
BASEDIR = ../../src
TARGET := ../../bin/mruby
-LIB := ../../lib/ritevm
+LIB := ../../lib/mruby
ifeq ($(OS),Windows_NT)
EXE := $(TARGET).exe
LIBR := $(LIB).lib