summaryrefslogtreecommitdiffhomepage
path: root/mrblib
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-19 07:41:02 +0900
committerDaniel Bovensiepen <[email protected]>2012-09-19 07:41:02 +0900
commitea68cb1beb1c561a1d960857a830dd5b6f2e497e (patch)
treeeabbb3e266708a2713aa4094706207f6f1630e8a /mrblib
parentc6a520c6b5362e26cb9d741eed08f4fc3426b3ad (diff)
downloadmruby-ea68cb1beb1c561a1d960857a830dd5b6f2e497e.tar.gz
mruby-ea68cb1beb1c561a1d960857a830dd5b6f2e497e.zip
remove second gem
Diffstat (limited to 'mrblib')
-rw-r--r--mrblib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile
index fe0b816fb..9ba7ed0cf 100644
--- a/mrblib/Makefile
+++ b/mrblib/Makefile
@@ -14,7 +14,6 @@ MRB1 := $(BASEDIR)/*.rb
MRBS := $(MRB1)
LIBR0 := ../lib/libmruby_core.a
LIBR := ../lib/libmruby.a
-GEM0 := ../mrbgems/md5/src/
# libraries, includes
INCLUDES = -I../src -I../include
@@ -58,7 +57,7 @@ all : $(LIBR)
# update libmruby.a
$(LIBR) : $(MLIB) $(LIBR0)
$(CP) $(LIBR0) $(LIBR)
- $(AR) rs $(LIBR) $(GEM0)md5.o $(GEM0)mrb_md5.o ../mrbgems/init_gems.o $(MLIB)
+ $(AR) rs $(LIBR) $(MLIB)
# Compile mrblib source
$(MLIB) : $(CLIB)