mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 21:20:24 +02:00
* Additional dependency for unit unit
This commit is contained in:
parent
f2cb7ffce9
commit
f65e6cfebe
@ -883,6 +883,7 @@ CTYPES_DEPS_OS=$(UNIXTYPEUNIT)$(PPUEXT)
|
||||
DOS_DEPS_OS=$(BASEUNIXUNIT)$(PPUEXT) $(UNIXUTILUNIT)$(PPUEXT) $(UNIXUNIT)$(PPUEXT) $(SYSCALLUNIT)$(PPUEXT) $(INITCUNIT)$(PPUEXT)
|
||||
DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT)
|
||||
CTHREADS_DEPS_OS=$(LINUXUNIT)$(PPUEXT)
|
||||
UNIX_DEPS_OS=$(SYSCALLUNIT)$(PPUEXT)
|
||||
CPU_UNITS=
|
||||
SYSINIT_UNITS=
|
||||
LOADERS=prt0 dllprt0 cprt0 gprt0
|
||||
|
@ -70,7 +70,7 @@ CTYPES_DEPS_OS=$(UNIXTYPEUNIT)$(PPUEXT)
|
||||
DOS_DEPS_OS=$(BASEUNIXUNIT)$(PPUEXT) $(UNIXUTILUNIT)$(PPUEXT) $(UNIXUNIT)$(PPUEXT) $(SYSCALLUNIT)$(PPUEXT) $(INITCUNIT)$(PPUEXT)
|
||||
DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT)
|
||||
CTHREADS_DEPS_OS=$(LINUXUNIT)$(PPUEXT)
|
||||
|
||||
UNIX_DEPS_OS=$(SYSCALLUNIT)$(PPUEXT)
|
||||
CPU_UNITS=
|
||||
SYSINIT_UNITS=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user