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

ruby-changes:35989

From: usa <ko1@a...>
Date: Tue, 21 Oct 2014 15:16:51 +0900 (JST)
Subject: [ruby-changes:35989] usa:r48070 (trunk): * common.mk: *.txt are also in $(srcdir). see r48059.

usa	2014-10-21 15:16:39 +0900 (Tue, 21 Oct 2014)

  New Revision: 48070

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

  Log:
    * common.mk: *.txt are also in $(srcdir). see r48059.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 48069)
+++ common.mk	(revision 48070)
@@ -1102,8 +1102,8 @@ update-unicode: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1102
 	    UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
 
 lib/unicode_normalize/tables.rb: $(srcdir)/tool/unicode_norm_gen.rb \
-				 enc/unicode/data/UnicodeData.txt \
-				 enc/unicode/data/CompositionExclusions.txt
+				 $(srcdir)/enc/unicode/data/UnicodeData.txt \
+				 $(srcdir)/enc/unicode/data/CompositionExclusions.txt
 	$(BASERUBY) -s -C "$(srcdir)" tool/unicode_norm_gen.rb \
 		-input=enc/unicode/data -ouput=lib/unicode_normalize
 

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

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