Browse Source

Add missing include files for strings unit dependency list

Pierre Muller 1 year ago
parent
commit
e77402ecb4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/Makefile.rtl

+ 1 - 0
rtl/inc/Makefile.rtl

@@ -800,6 +800,7 @@ System.UFloat128$(PPUEXT) : $(NSINC)/System.UFloat128.pp $(UFLOAT128_DEPS)
 #
 #
 
 
 STRINGS_DEPS=$(INC)/strings.pp $(INC)/stringsi.inc $(PROCINC)/stringss.inc $(PROCINC)/strings.inc \
 STRINGS_DEPS=$(INC)/strings.pp $(INC)/stringsi.inc $(PROCINC)/stringss.inc $(PROCINC)/strings.inc \
+	     $(INC)/genstr.inc $(INC)/genstrs.inc $(INC)/cgenstr.inc \
              $(SYSTEMUNIT)$(PPUEXT)  \
              $(SYSTEMUNIT)$(PPUEXT)  \
              $(STRINGS_DEPS_OS)
              $(STRINGS_DEPS_OS)