mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
end of UNICODE_FILES
* common.mk (UNICODE_FILES): append empty END-OF-LIST to put backslashes uniformly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bb4f87127f
commit
10ff672a30
1 changed files with 2 additions and 1 deletions
|
@ -1021,7 +1021,8 @@ UNICODE_FILES = $(UNICODE_SRC_DATA_DIR)/UnicodeData.txt \
|
|||
$(UNICODE_SRC_DATA_DIR)/CompositionExclusions.txt \
|
||||
$(UNICODE_SRC_DATA_DIR)/NormalizationTest.txt \
|
||||
$(UNICODE_SRC_DATA_DIR)/CaseFolding.txt \
|
||||
$(UNICODE_SRC_DATA_DIR)/SpecialCasing.txt
|
||||
$(UNICODE_SRC_DATA_DIR)/SpecialCasing.txt \
|
||||
$(empty)
|
||||
|
||||
update-unicode: $(UNICODE_FILES)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue