jdk/makefiles/CopyFiles.gmk
changeset 16852 60207b2b4b42
parent 16636 1cc691bcfe50
child 17192 047dd06efe8f
--- a/jdk/makefiles/CopyFiles.gmk	Thu Apr 11 19:15:24 2013 -0700
+++ b/jdk/makefiles/CopyFiles.gmk	Fri Apr 12 07:57:35 2013 -0700
@@ -174,6 +174,13 @@
 
 COPY_FILES += $(LIBDIR)/calendars.properties
 
+$(LIBDIR)/hijrah-config-umalqura.properties: $(CALENDARS_SRC)/hijrah-config-umalqura.properties
+	$(MKDIR) -p $(@D)
+	$(RM) $@
+	$(CP) $< $@
+
+COPY_FILES += $(LIBDIR)/hijrah-config-umalqura.properties
+
 ##########################################################################################
 
 ifeq ($(OPENJDK_TARGET_OS),windows)