ruby-changes:55922
From: Nobuyoshi <ko1@a...>
Date: Fri, 31 May 2019 00:01:40 +0900 (JST)
Subject: [ruby-changes:55922] Nobuyoshi Nakada: f7aa80b3fe (trunk): Make the target name unique when BASERUBY=no
https://git.ruby-lang.org/ruby.git/commit/?id=f7aa80b3fe From f7aa80b3feeddac6a5689f286b3db3728128caa4 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 31 May 2019 00:00:26 +0900 Subject: Make the target name unique when BASERUBY=no diff --git a/common.mk b/common.mk index 7446365..3fd77af 100755 --- a/common.mk +++ b/common.mk @@ -1380,7 +1380,7 @@ update-unicode-emoji-files: https://github.com/ruby/ruby/blob/trunk/common.mk#L1380 $(Q) $(MAKEDIRS) "$(UNICODE_SRC_EMOJI_DATA_DIR)" $(Q) $(UNICODE_EMOJI_DOWNLOAD) $(UNICODE_EMOJI_FILES) -$(srcdir)/$(HAVE_BASERUBY:yes=lib/unicode_normalize/tables.rb): \ +$(srcdir)/lib/unicode_normalize/$(HAVE_BASERUBY:yes=tables.rb): \ $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time $(UNICODE_SRC_DATA_DIR)/$(ALWAYS_UPDATE_UNICODE:yes=.unicode-tables.time): \ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/