make/gensrc/Gensrc-jdk.compiler.gmk
changeset 50453 f91927a2c8d3
parent 48406 26b47ea4c77d
--- a/make/gensrc/Gensrc-jdk.compiler.gmk	Thu Jun 07 23:30:05 2018 +0200
+++ b/make/gensrc/Gensrc-jdk.compiler.gmk	Thu Jun 07 16:06:49 2018 -0700
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -32,6 +32,7 @@
     $(JAVAC_VERSION)))
 
 $(eval $(call SetupParseProperties,PARSE_PROPERTIES, \
-	com/sun/tools/javac/resources/compiler.properties))
+	com/sun/tools/javac/resources/compiler.properties \
+	com/sun/tools/javac/resources/launcher.properties))
 
 all: $(COMPILE_PROPERTIES) $(PARSE_PROPERTIES)