jdk/makefiles/GensrcProperties.gmk
changeset 13583 dc0017b1a452
parent 13164 72c5d01a857d
child 13702 efd6a05935b2
--- a/jdk/makefiles/GensrcProperties.gmk	Tue Aug 21 13:42:08 2012 +0100
+++ b/jdk/makefiles/GensrcProperties.gmk	Tue Aug 21 11:00:30 2012 -0700
@@ -282,7 +282,7 @@
 # sun/util/resources
 $(eval $(call add_properties_to_compile,SUN_UTIL,\
 	$(shell find $(JDK_TOPDIR)/src/share/classes/sun/util/resources -name "*.properties"),\
-		LocaleNamesBundle))
+		sun.util.resources.LocaleNamesBundle))
 
 # Now setup the rule for the generation of the resource bundles.
 $(JDK_OUTPUTDIR)/gensrc_properties/_the.compiled_properties : $(ALL_COMPILED_PROPSOURCES) $(BUILD_TOOLS)