diff --git a/make/Main.gmk b/make/Main.gmk index 3e5450ca3c1..0b02f746724 100644 --- a/make/Main.gmk +++ b/make/Main.gmk @@ -664,7 +664,7 @@ $(eval $(call SetupTarget, test-image-hotspot-jtreg-graal, \ DEPS := build-test-hotspot-jtreg-graal, \ )) -ifneq ($GTEST_FRAMEWORK_SRC), ) +ifneq ($(GTEST_FRAMEWORK_SRC), ) $(eval $(call SetupTarget, test-image-hotspot-gtest, \ MAKEFILE := hotspot/test/GtestImage, \ DEPS := hotspot, \