< prev index next >

make/modules/java.base/gensrc/GensrcEmojiData.gmk

Print this page
rev 59210 : imported patch 8239383

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -30,11 +30,11 @@
 GENSRC_EMOJIDATA := $(SUPPORT_OUTPUTDIR)/gensrc/java.base/java/util/regex/EmojiData.java
 
 EMOJIDATATEMP = $(TOPDIR)/src/java.base/share/classes/java/util/regex/EmojiData.java.template
 UNICODEDATA = $(TOPDIR)/make/data/unicodedata
 
-$(GENSRC_EMOJIDATA): $(BUILD_TOOLS_JDK) $(EMOJIDATATEMP) $(UNICODEDATA)/emoji-data.txt
+$(GENSRC_EMOJIDATA): $(BUILD_TOOLS_JDK) $(EMOJIDATATEMP) $(UNICODEDATA)/emoji/emoji-data.txt
         $(call LogInfo, Generating $@)
         $(call MakeTargetDir)
         $(TOOL_GENERATEEMOJIDATA) \
                 $(EMOJIDATATEMP) \
                 $(UNICODEDATA) \
< prev index next >