1
0
Fork 0
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:
nobu 2016-02-04 06:34:10 +00:00
parent bb4f87127f
commit 10ff672a30

View file

@ -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)