Skip to content

Commit 289ae79

Browse files
Adam Farleyjerboaa
Adam Farley
authored andcommittedOct 5, 2020
8252998: ModuleWrapper.gmk doesn't consult include path
Reviewed-by: erikj
1 parent 9604ee8 commit 289ae79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/ModuleWrapper.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include MakeBase.gmk
3939
TARGETS :=
4040

4141
# Include the file being wrapped.
42-
include modules/$(MODULE)/$(MAKEFILE_PREFIX).gmk
42+
include $(MAKEFILE_PREFIX).gmk
4343

4444
# Setup copy rules from the modules directories to the jdk image directory.
4545
ifeq ($(call isTargetOs, windows), true)

0 commit comments

Comments
 (0)
Please sign in to comment.