summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-10 13:55:19 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-10 13:55:19 +0900
commit6e8ad7497e459a1e64a3fdb4ab92d52546cff58c (patch)
tree1632fc0d2757dcaacd17f48dde0afce2b40429fb
parent130268e264f59c037eda31205c6e2223cffafbbe (diff)
Move `DOT_WAIT` before including Makefile that is using it [ci skip]
-rw-r--r--template/GNUmakefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/GNUmakefile.in b/template/GNUmakefile.in
index 0c7f4e9dd0..ce7d931e0a 100644
--- a/template/GNUmakefile.in
+++ b/template/GNUmakefile.in
@@ -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 \