Move `DOT_WAIT` before including Makefile that is using it [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-12-10 13:55:19 +09:00
Родитель 130268e264
Коммит 6e8ad7497e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3582D74E1FEE4465
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,9 @@
gnumake = yes
ifneq ($(filter notintermediate,$(.FEATURES)),)
DOT_WAIT = .WAIT
endif
ifeq ($(filter Makefile,$(MAKEFILE_LIST)),)
include Makefile
@ -14,10 +18,6 @@ endif
override order_only := |
ifneq ($(filter notintermediate,$(.FEATURES)),)
DOT_WAIT = .WAIT
endif
# Needs the dependency when any Unicode tables data files exist.
override UNICODE_TABLES_DEPENDENTS = \
$(if $(or \