mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make the target name unique when BASERUBY=no
This commit is contained in:
parent
ab0c8cc021
commit
f7aa80b3fe
1 changed files with 1 additions and 1 deletions
|
@ -1380,7 +1380,7 @@ update-unicode-emoji-files:
|
|||
$(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): \
|
||||
|
|
Loading…
Reference in a new issue