diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-17 04:11:22 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-17 04:11:22 +0000 |
commit | 7ce7c614c5b59525d7e7066ba81dfbc8f3e9a18e (patch) | |
tree | 8259ec427e2fbbd0856dc7d99090a1d003ec44d5 /bcc32 | |
parent | 1180a108144946038ac5fd66d4ef693b133af722 (diff) |
* {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe
before running test. [ruby-core:03756]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 0c4c6bb126..d04c649fa5 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 |