summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-17 04:11:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-17 04:11:22 +0000
commit97a1753fddae712895c0851d6b4f9e09471cd81e (patch)
tree8259ec427e2fbbd0856dc7d99090a1d003ec44d5 /bcc32
parent0f8130b1f5f47e394ce8c5ba374d74cf0aeda8d8 (diff)
downloadruby-97a1753fddae712895c0851d6b4f9e09471cd81e.tar.gz
ruby-97a1753fddae712895c0851d6b4f9e09471cd81e.tar.xz
ruby-97a1753fddae712895c0851d6b4f9e09471cd81e.zip
* {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe
before running test. [ruby-core:03756] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 0c4c6bb12..d04c649fa 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -476,7 +476,7 @@ realclean: distclean
@if exist parse.c del parse.c
@if exist lex.c del lex.c
-test: miniruby$(EXEEXT) NUL
+test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) NUL
@$(MINIRUBY) $(srcdir)rubytest.rb
rbconfig.rb: miniruby$(EXEEXT) config.status