8252998: ModuleWrapper.gmk doesn't consult include path
Reviewed-by: erikj
This commit is contained in:
parent
9604ee8269
commit
289ae798f4
@ -39,7 +39,7 @@ include MakeBase.gmk
|
|||||||
TARGETS :=
|
TARGETS :=
|
||||||
|
|
||||||
# Include the file being wrapped.
|
# 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.
|
# Setup copy rules from the modules directories to the jdk image directory.
|
||||||
ifeq ($(call isTargetOs, windows), true)
|
ifeq ($(call isTargetOs, windows), true)
|
||||||
|
Loading…
Reference in New Issue
Block a user