From 7ce7c614c5b59525d7e7066ba81dfbc8f3e9a18e Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 17 Nov 2004 04:11:22 +0000 Subject: * {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 --- bcc32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bcc32') 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 -- cgit v1.2.3