* Additional dependency for unit unit

This commit is contained in:
Michaël Van Canneyt 2023-08-01 07:52:39 +02:00
parent f2cb7ffce9
commit f65e6cfebe
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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=