summaryrefslogtreecommitdiff
path: root/bcc32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-10 01:17:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-10 01:17:12 +0000
commitf2b4e710139f473b467bde15708534a9a8cc39a0 (patch)
tree8ec58b7cd3598b1fecc2bdc4c671b2c012634c93 /bcc32
parentf758077cc32707b95f22762825aa83a59fcfebc5 (diff)
* ruby.c (opt_W_getter): get rid of warning.
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: fixed dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub12
1 files changed, 6 insertions, 6 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 6238892600..2685208741 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