summaryrefslogtreecommitdiff
path: root/ext/ripper
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 19:52:31 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 19:52:31 +0000
commit2e311f6bd56a6f6f380e400863a21adbfb73ddfe (patch)
treec56bf2b27bef79b269b2e4879cb7df901aaa6f63 /ext/ripper
parent57c4acf94ad977c520a805becb47b27eaf965e1e (diff)
* include/ruby/node.h, node.h: move node.h from include path.
This change stop to install node.h beacuase of saving ABI (node.h will be changed. Extensions should not depends on this file). * blockinlining.c, class.c, compile.c, debug.h, enum.c, gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c, vm.c, vm_core.h, vm_dump.c: ditto. * ext/ripper/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/ripper')
-rw-r--r--ext/ripper/depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend
index bd8e06a5aa..e8a53e436b 100644
--- a/ext/ripper/depend
+++ b/ext/ripper/depend
@@ -9,7 +9,7 @@ ripper.o: ripper.c lex.c eventids1.c eventids2.c eventids2table.c \
$(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/intern.h \
$(hdrdir)/ruby/encoding.h $(hdrdir)/missing.h \
- $(hdrdir)/node.h $(hdrdir)/oniguruma.h \
+ $(hdrdir)/../node.h $(hdrdir)/oniguruma.h \
$(hdrdir)/regex.h $(hdrdir)/st.h $(hdrdir)/util.h
.y.c: