--- a/make/CopyInterimCLDRConverter.gmk Tue Oct 09 07:33:15 2018 -0400
+++ b/make/CopyInterimCLDRConverter.gmk Tue Oct 09 14:57:23 2018 -0700
@@ -33,7 +33,7 @@
### CLDRConverter needs the JRE time zone names from the java.base source.
define cldrconverter_copytznames
- $(MKDIR) -p '$(@D)'
+ $(call MakeTargetDir)
$(RM) '$@'
$(SED) -e "s/package sun.util.resources/package build.tools.cldrconverter/" \
-e "s/extends TimeZoneNamesBundle//" \
@@ -46,7 +46,7 @@
DEST := $(BUILDTOOLS_OUTPUTDIR)/interim_cldrconverter_classes/build/tools/cldrconverter, \
FILES := TimeZoneNames.java, \
MACRO := cldrconverter_copytznames))
-
+
##########################################################################################
all: $(COPY_INTERIM_CLDRCONVERTER)