Skip to content

Commit

Permalink
Move DOT_WAIT before including Makefile that is using it [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 10, 2023
1 parent 130268e commit 6e8ad74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/GNUmakefile.in
@@ -1,5 +1,9 @@
gnumake = yes

ifneq ($(filter notintermediate,$(.FEATURES)),)
DOT_WAIT = .WAIT
endif

ifeq ($(filter Makefile,$(MAKEFILE_LIST)),)
include Makefile

Expand All @@ -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 \
Expand Down

0 comments on commit 6e8ad74

Please sign in to comment.