Move DOT_WAIT
before including Makefile that is using it [ci skip]
This commit is contained in:
parent
130268e264
commit
6e8ad7497e
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user