8250688: missed open parenthesis for GTEST_FRAMEWORK_SRC var in Main.gmk
Reviewed-by: erikj
This commit is contained in:
parent
3a8a15b5d0
commit
03cf1c3a83
@ -664,7 +664,7 @@ $(eval $(call SetupTarget, test-image-hotspot-jtreg-graal, \
|
|||||||
DEPS := build-test-hotspot-jtreg-graal, \
|
DEPS := build-test-hotspot-jtreg-graal, \
|
||||||
))
|
))
|
||||||
|
|
||||||
ifneq ($GTEST_FRAMEWORK_SRC), )
|
ifneq ($(GTEST_FRAMEWORK_SRC), )
|
||||||
$(eval $(call SetupTarget, test-image-hotspot-gtest, \
|
$(eval $(call SetupTarget, test-image-hotspot-gtest, \
|
||||||
MAKEFILE := hotspot/test/GtestImage, \
|
MAKEFILE := hotspot/test/GtestImage, \
|
||||||
DEPS := hotspot, \
|
DEPS := hotspot, \
|
||||||
|
Loading…
Reference in New Issue
Block a user