8245046: SetupTarget incorrect for hotspot-ide-project

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2020-05-15 12:09:59 +02:00
parent 4c54fa2274
commit b76a215ff6

View File

@ -261,7 +261,7 @@ endef
$(foreach v, $(JVM_VARIANTS), $(eval $(call DeclareHotspotLibsRecipe,$v)))
$(eval $(call SetupTarget, hotspot-ide-project, \
MAKEFILE := ide/CreateVSProject, \
MAKEFILE := hotspot/ide/CreateVSProject, \
DEPS := hotspot exploded-image, \
))