From 289ae798f4c95676e8d97640c62f2d1611ce306f Mon Sep 17 00:00:00 2001 From: Adam Farley Date: Mon, 5 Oct 2020 09:53:16 +0000 Subject: [PATCH] 8252998: ModuleWrapper.gmk doesn't consult include path Reviewed-by: erikj --- make/ModuleWrapper.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/ModuleWrapper.gmk b/make/ModuleWrapper.gmk index c9f1de23995..e4a8db24aa3 100644 --- a/make/ModuleWrapper.gmk +++ b/make/ModuleWrapper.gmk @@ -39,7 +39,7 @@ include MakeBase.gmk TARGETS := # Include the file being wrapped. -include modules/$(MODULE)/$(MAKEFILE_PREFIX).gmk +include $(MAKEFILE_PREFIX).gmk # Setup copy rules from the modules directories to the jdk image directory. ifeq ($(call isTargetOs, windows), true)