8188034: InitSupport does not properly include closed file

Reviewed-by: tbell, erikj
This commit is contained in:
Magnus Ihse Bursie 2017-09-27 21:48:21 +02:00
parent 3b0751d797
commit 6ab21308de

View File

@ -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