[前][次][番号順一覧][スレッド一覧]

ruby-changes:28223

From: usa <ko1@a...>
Date: Sat, 13 Apr 2013 18:57:13 +0900 (JST)
Subject: [ruby-changes:28223] usa:r40275 (trunk): * ext/ripper/depend: parse.h and id.h may be created on topdir.

usa	2013-04-13 18:57:02 +0900 (Sat, 13 Apr 2013)

  New Revision: 40275

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40275

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

  Modified files:
    trunk/ChangeLog
    trunk/ext/ripper/depend

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40274)
+++ ChangeLog	(revision 40275)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Apr 13 18:56:15 2013  NAKAMURA Usaku  <usa@r...>
+
+	* 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@m...>
 
 	* lib/matrix.rb: Add Vector#cross_product, patch by Luis Ezcurdia
Index: ext/ripper/depend
===================================================================
--- ext/ripper/depend	(revision 40274)
+++ ext/ripper/depend	(revision 40275)
@@ -15,8 +15,8 @@ ripper.o: ripper.c id.c lex.c eventids1. https://github.com/ruby/ruby/blob/trunk/ext/ripper/depend#L15
         $(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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]