diff --git a/make/InitSupport.gmk b/make/InitSupport.gmk index 25c069885c3..7a7a7cad62c 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