From 5a441e6a3c9ffa35ffcb5ccbacc0c84fb685c36f Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 10 Mar 2004 01:17:12 +0000 Subject: * ruby.c (opt_W_getter): get rid of warning. * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: fixed dependency. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 623889260..268520874 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -621,12 +621,12 @@ process.obj: process.c ruby.h config.h defines.h intern.h missing.h rubysig.h st random.obj: random.c ruby.h config.h defines.h intern.h missing.h win32.h range.obj: range.c ruby.h config.h defines.h intern.h missing.h win32.h re.obj: re.c ruby.h config.h defines.h intern.h missing.h re.h regex.h win32.h -regcomp.obj: regcomp.c oniguruma.h regint.h regparse.h regenc.h config.h -regenc.obj: regenc.c regint.h regenc.h oniguruma.h config.h -regerror.obj: regerror.c regint.h regenc.h oniguruma.h config.h -regexec.obj: regexec.c regint.h regenc.h oniguruma.h config.h -reggnu.obj: reggnu.c regint.h regenc.h oniguruma.h config.h oniggnu.h -regparse.obj: regparse.c oniguruma.h regint.h regparse.h regenc.h config.h +regcomp.obj: regcomp.c oniguruma.h regint.h regparse.h regenc.h config.h win32.h +regenc.obj: regenc.c regint.h regenc.h oniguruma.h config.h win32.h +regerror.obj: regerror.c regint.h regenc.h oniguruma.h config.h win32.h +regexec.obj: regexec.c regint.h regenc.h oniguruma.h config.h win32.h +reggnu.obj: reggnu.c regint.h regenc.h oniguruma.h config.h oniggnu.h win32.h +regparse.obj: regparse.c oniguruma.h regint.h regparse.h regenc.h config.h win32.h ruby.obj: ruby.c ruby.h config.h defines.h intern.h missing.h dln.h node.h util.h win32.h signal.obj: signal.c ruby.h config.h defines.h intern.h missing.h rubysig.h win32.h sjis.obj: sjis.c regenc.h oniguruma.h config.h -- cgit