mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Do not make Unicode tables timestamp phony
This commit is contained in:
parent
515e106fb7
commit
8a831e5cb6
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ $(MJIT_MIN_HEADER): $(mjit_min_headers) $(PREP)
|
||||||
|
|
||||||
endif
|
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)),)
|
$(wildcard $(srcdir)/lib/unicode_normalize/tables.rb)),)
|
||||||
# Needs the dependency when any Unicode data file exists, or
|
# Needs the dependency when any Unicode data file exists, or
|
||||||
# normalization tables script doesn't. Otherwise, when the target
|
# normalization tables script doesn't. Otherwise, when the target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue