summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2012-12-16 01:58:51 +0900
committerYuichiro MASUI <[email protected]>2012-12-16 01:58:51 +0900
commit4b8959daff04feabbcb3b2302f5171561ca1f194 (patch)
tree2f75446c91d3da292fbbb69477dd57ea8f9bb0af /test
parent06d242ae430ad37fd88fe6490980121ee26a1283 (diff)
parent404ad702db6b421eed9e5245edcb7c57eff9b359 (diff)
downloadmruby-4b8959daff04feabbcb3b2302f5171561ca1f194.tar.gz
mruby-4b8959daff04feabbcb3b2302f5171561ca1f194.zip
Merge branch 'master' into use_ruby_for_building
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 4a205999b..7f6607e95 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -96,7 +96,7 @@ all : $(EXE) $(MRUBY) $(TESTRB) $(TESTMRB)
@echo
# executable constructed using linker from object files
-$(EXE) : $(OBJS) $(LIBR)
+$(EXE) : $(OBJS) $(LIBR) $(GEM_ARCHIVE_FILES)
$(LL) -o $@ $(LDFLAGS) $(OBJS) $(LIBR) $(GEM_ARCHIVE_FILES) $(LIBS)
-include $(OBJS:.o=.d)