Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8252998: ModuleWrapper.gmk doesn't consult include path
Reviewed-by: erikj
  • Loading branch information
Adam Farley authored and jerboaa committed Oct 5, 2020
1 parent 9604ee8 commit 289ae79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/ModuleWrapper.gmk
Expand Up @@ -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)
Expand Down

1 comment on commit 289ae79

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 289ae79 Oct 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.