mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 23:50:23 +02:00
Add rtlconst.inc dependency for rtlconsts unit
This commit is contained in:
parent
be78db8180
commit
1ea8e8bda2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user