From 4a857c8f7690a536741e98e97a73c84b2b45adc6 Mon Sep 17 00:00:00 2001 From: ihse Date: Wed, 27 Sep 2017 21:48:21 +0200 Subject: [PATCH] 8188034: InitSupport does not properly include closed file Reviewed-by: tbell, erikj --- make/InitSupport.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/InitSupport.gmk b/make/InitSupport.gmk index 25c069885c..7a7a7cad62 100644 --- a/make/InitSupport.gmk +++ b/make/InitSupport.gmk @@ -36,7 +36,7 @@ ifeq ($(HAS_SPEC),) # Include the corresponding closed file, if present. # Normal hook mechanism cannot be used since we have no SPEC. - -include $(topdir)/closed/make/InitSupport.gmk + -include $(topdir)/../closed/make/InitSupport.gmk ############################################################################## # Helper functions for the initial part of Init.gmk, before the spec file is -- GitLab