diff --git a/rtl/inc/Makefile.rtl b/rtl/inc/Makefile.rtl index 0c52ea1224..1e9efd053f 100644 --- a/rtl/inc/Makefile.rtl +++ b/rtl/inc/Makefile.rtl @@ -1303,8 +1303,8 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) # unicodedata # -UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ - $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ +UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata_props.inc \ + $(OBJPASDIR)/weight_derivation.inc \ $(SYSTEMUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index 40deec3df7..2da8110361 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -3221,8 +3221,8 @@ charset$(PPUEXT) : $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< -UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ - $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ +UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata_props.inc \ + $(OBJPASDIR)/weight_derivation.inc \ $(SYSTEMUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $<