8220155: JDK-8219971 broke hotspot build
authorihse
Tue, 05 Mar 2019 13:41:36 +0100
changeset 53997 4ae746de6b86
parent 53996 35a30b432396
child 53998 d870bb08194a
8220155: JDK-8219971 broke hotspot build Reviewed-by: dholmes
make/hotspot/gensrc/GensrcAdlc.gmk
--- a/make/hotspot/gensrc/GensrcAdlc.gmk	Tue Mar 05 11:09:52 2019 +0100
+++ b/make/hotspot/gensrc/GensrcAdlc.gmk	Tue Mar 05 13:41:36 2019 +0100
@@ -204,6 +204,6 @@
 	     {print}' \
 	    < $(ADLC_SUPPORT_DIR)/$* > $@
 
-  TARGETS := $(ADLC_GENERATED_FILES)
+  TARGETS += $(ADLC_GENERATED_FILES)
 
 endif