summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5be406bb1c..bf0186dd4d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -333,7 +333,7 @@ dmyext.@OBJEXT@: dmyext.c
enum.@OBJEXT@: enum.c ruby.h config.h defines.h intern.h missing.h node.h \
util.h
error.@OBJEXT@: error.c ruby.h config.h defines.h intern.h missing.h \
- env.h version.h st.h
+ env.h st.h
eval.@OBJEXT@: eval.c ruby.h config.h defines.h intern.h missing.h node.h \
env.h util.h rubysig.h st.h dln.h
file.@OBJEXT@: file.c ruby.h config.h defines.h intern.h missing.h \