diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/GNUmakefile.in | 8 |
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 \ |