From 4e267193fbd2258539d74df105afa92f25a85b0f Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 16 Sep 2003 07:50:00 +0000 Subject: * MANIFEST: add test/csv/mac.csv. * win32/Makefile.sub, bcc32/Makefile.sub (test): add phony NUL target. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4554 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 ba7a279c7..55cb3fe13 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -484,7 +484,7 @@ realclean: distclean @if exist parse.c del parse.c @if exist lex.c del lex.c -test: miniruby$(EXEEXT) +test: miniruby$(EXEEXT) NUL @$(MINIRUBY) $(srcdir)rubytest.rb rbconfig.rb: miniruby$(EXEEXT) config.status -- cgit