OpenJDK / jigsaw / jake / langtools
changeset 4168:a7f6eca0f869
8157100: missing dependency in build system
Reviewed-by: tbell
author | erikj |
---|---|
date | Thu, 04 Aug 2016 10:07:48 +0200 |
parents | bbf4cfc235bd |
children | 4c85d752a985 |
files | make/gensrc/GensrcCommon.gmk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/gensrc/GensrcCommon.gmk Wed Aug 03 16:01:09 2016 -0700 +++ b/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)