8157100: missing dependency in build system
authorerikj
Thu, 04 Aug 2016 10:07:48 +0200
changeset 40233 286c12601bad
parent 40232 4995ab1a4558
child 40234 19c384f77e51
8157100: missing dependency in build system Reviewed-by: tbell
langtools/make/gensrc/GensrcCommon.gmk
--- a/langtools/make/gensrc/GensrcCommon.gmk	Wed Aug 03 16:01:09 2016 -0700
+++ b/langtools/make/gensrc/GensrcCommon.gmk	Thu Aug 04 10:07:48 2016 +0200
@@ -117,7 +117,7 @@
     $$(addprefix _SPACE_, $$(PARSEPROPALLDIRS))))
 
   # Now setup the rule for the generation of the resource bundles.
-  $(SUPPORT_OUTPUTDIR)/gensrc/$(MODULE)/_the_parsed_props: $(PARSEPROPSOURCES)
+  $(SUPPORT_OUTPUTDIR)/gensrc/$(MODULE)/_the_parsed_props: $$(PARSEPROPSOURCES)
 	$(MKDIR) -p $$(@D) $$(PARSEPROPDIRS)
 	$(FIND) $$(@D) -name "*Properties.java" $(FIND_DELETE)
 	$(ECHO) Parsing $$(words $$(PARSEPROPSOURCES)) properties into enum-like class for $(MODULE)