8220155: JDK-8219971 broke hotspot build

Reviewed-by: dholmes
This commit is contained in:
Magnus Ihse Bursie 2019-03-05 13:41:36 +01:00
parent d03af26692
commit 321d7d386a

View File

@ -204,6 +204,6 @@ ifeq ($(call check-jvm-feature, compiler2), true)
{print}' \
< $(ADLC_SUPPORT_DIR)/$* > $@
TARGETS := $(ADLC_GENERATED_FILES)
TARGETS += $(ADLC_GENERATED_FILES)
endif