From 57606ec408ab88b6601f41f644d445547bf68ad9 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index af0e157930..cc136ff281 100644 --- a/win32/Makefile.sub +++ b/win32/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$(EXEEXT) $(srcdir)/rubytest.rb rbconfig.rb: miniruby$(EXEEXT) config.status -- cgit v1.2.3