8188034: InitSupport does not properly include closed file
Reviewed-by: tbell, erikj
--- a/make/InitSupport.gmk Sat Sep 30 22:49:05 2017 -0700
+++ b/make/InitSupport.gmk Wed Sep 27 21:48:21 2017 +0200
@@ -36,7 +36,7 @@
# 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