summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-09 13:10:08 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-09 13:15:51 +0900
commit8a831e5cb6de530502e22be06f19b30afd64635c (patch)
tree781fbd7338795dc8ae1bfce7ba82f45c3a5ae139 /defs
parent515e106fb73a1a3bc69b6f1670bbaaebf45fee30 (diff)
Do not make Unicode tables timestamp phony
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 11f95a3b35..ea02d75e7a 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -250,7 +250,7 @@ $(MJIT_MIN_HEADER): $(mjit_min_headers) $(PREP)
endif
-ifeq ($(if $(wildcard $(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)),,\
+ifeq ($(if $(wildcard $(filter-out .,$(UNICODE_FILES) $(UNICODE_PROPERTY_FILES))),,\
$(wildcard $(srcdir)/lib/unicode_normalize/tables.rb)),)
# Needs the dependency when any Unicode data file exists, or
# normalization tables script doesn't. Otherwise, when the target