1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/ripper/depend (ripper.o): it depends on ruby headers.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-09-13 15:43:56 +00:00
parent 4dcf54aea1
commit 956966ff8b
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sun Sep 14 00:43:28 2008 Tanaka Akira <akr@fsij.org>
* ext/ripper/depend (ripper.o): it depends on ruby headers.
Sat Sep 13 19:27:01 2008 Tanaka Akira <akr@fsij.org>
* io.c (io_encoding_set): don't need argc argument.

View file

@ -5,7 +5,12 @@ BISON = bison
src: ripper.c eventids1.c eventids2table.c
ripper.o: ripper.c lex.c eventids1.c eventids2.c eventids2table.c
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)/regex.h $(hdrdir)/st.h $(hdrdir)/util.h
.y.c:
$(BISON) -t -v -oy.tab.c $<