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

* ext/ripper/depend: parse.h and id.h may be created on topdir.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2013-04-13 09:57:02 +00:00
parent 6e41c7c559
commit 0869d460ba
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Sat Apr 13 18:56:15 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/ripper/depend: parse.h and id.h may be created on topdir.
Sat Apr 13 12:08:16 2013 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/matrix.rb: Add Vector#cross_product, patch by Luis Ezcurdia

View file

@ -15,8 +15,8 @@ ripper.o: ripper.c id.c lex.c eventids1.c eventids2.c eventids2table.c \
$(hdrdir)/ruby/util.h \
$(top_srcdir)/node.h \
$(top_srcdir)/internal.h \
$(top_srcdir)/parse.h \
$(top_srcdir)/id.h \
{$(VPATH)}parse.h \
{$(VPATH)}id.h \
$(top_srcdir)/regenc.h \
$(top_srcdir)/vm_opts.h \
$(topdir)/probes.h