8188034: InitSupport does not properly include closed file
authorihse
Wed, 27 Sep 2017 21:48:21 +0200
changeset 47296 f83c45751d58
parent 47295 565363232665
child 47297 a0116bcc65b7
8188034: InitSupport does not properly include closed file Reviewed-by: tbell, erikj
make/InitSupport.gmk
--- 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