From 97a1753fddae712895c0851d6b4f9e09471cd81e 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: http://svn.ruby-lang.org/repos/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 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 -- cgit