summaryrefslogtreecommitdiff
path: root/bcc32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-24 05:50:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-24 05:50:04 +0000
commit640e6a2f0a0e6042eb00f8027deaebe000d9b6e0 (patch)
tree5c60fd113c038cd2502b7979db7f3c77d9661213 /bcc32/Makefile.sub
parent28dcd88373d3fd8f4b128185360bb9dbd97205a2 (diff)
* Makefile.in */Makefile.sub: error.c no longer include version.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/Makefile.sub')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 446dd55c22..3ddcd9ebef 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -553,7 +553,7 @@ dir.obj: dir.c ruby.h config.h defines.h intern.h missing.h util.h win32.h
dln.obj: dln.c ruby.h config.h defines.h intern.h missing.h dln.h win32.h
dmyext.obj: dmyext.c
enum.obj: enum.c ruby.h config.h defines.h intern.h missing.h node.h util.h win32.h
-error.obj: error.c ruby.h config.h defines.h intern.h missing.h env.h version.h st.h win32.h
+error.obj: error.c ruby.h config.h defines.h intern.h missing.h env.h st.h win32.h
eval.obj: eval.c ruby.h config.h defines.h intern.h missing.h node.h env.h util.h rubysig.h st.h dln.h win32.h
file.obj: file.c ruby.h config.h defines.h intern.h missing.h rubyio.h rubysig.h util.h dln.h win32.h
gc.obj: gc.c ruby.h config.h defines.h intern.h missing.h rubysig.h st.h node.h env.h re.h regex.h win32.h