diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-16 07:50:00 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-16 07:50:00 +0000 |
| commit | 4e267193fbd2258539d74df105afa92f25a85b0f (patch) | |
| tree | 9f287cce367af7eaca48ec31af103e02dab79317 /win32 | |
| parent | 69ee45c4f8503306525d7f6bf1fdc5f6056e42f7 (diff) | |
| download | ruby-4e267193fbd2258539d74df105afa92f25a85b0f.tar.gz ruby-4e267193fbd2258539d74df105afa92f25a85b0f.tar.xz ruby-4e267193fbd2258539d74df105afa92f25a85b0f.zip | |
* 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
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index af0e15793..cc136ff28 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 |
