Add rtlconst.inc dependency for rtlconsts unit

This commit is contained in:
Pierre Muller 2023-09-23 00:40:30 +02:00
parent be78db8180
commit 1ea8e8bda2

View File

@ -1094,14 +1094,14 @@ System.SysConst$(PPUEXT) : $(NSINC)/System.SysConst.pp $(SYSCONST_DEPS)
# Thus we need to use the variable here
#
ifdef FPC_DOTTEDUNITS
RTLCONSTS_DEPS=$(OBJPASDIR)/rtlconsts.pp \
RTLCONSTS_DEPS=$(OBJPASDIR)/rtlconsts.pp $(OBJPASDIR)/rtlconst.inc \
objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \
$(RTLCONSTS_DEPS_OS) $(RTLCONSTS_DEPS_CPU)
System.RtlConsts$(PPUEXT) : $(NSINC)/System.RtlConsts.pp $(RTLCONSTS_DEPS)
$(COMPILER) -Fi$(OBJPASDIR) $(RTLCONSTS_OPT) $<
else
RTLCONSTS_DEPS=$(OBJPASDIR)/$(RTLCONSTSUNIT).pp \
RTLCONSTS_DEPS=$(OBJPASDIR)/$(RTLCONSTSUNIT).pp $(OBJPASDIR)/rtlconst.inc \
objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \
$(RTLCONSTS_DEPS_OS) $(RTLCONSTS_DEPS_CPU)