mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 20:29:24 +02:00
+ added dependencies for bsd unit so make -j works again
git-svn-id: trunk@5326 -
This commit is contained in:
parent
636cb3beef
commit
8f8299d9f5
@ -1618,3 +1618,4 @@ initc$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
|||||||
console$(PPUEXT) : baseunix$(PPUEXT) termio$(PPUEXT)
|
console$(PPUEXT) : baseunix$(PPUEXT) termio$(PPUEXT)
|
||||||
ctypes$(PPUEXT) : $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT)
|
ctypes$(PPUEXT) : $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT)
|
||||||
cwstring$(PPUEXT) : $(UNIXINC)/cwstring.pp $(SYSTEMUNIT)$(PPUEXT) sysutils$(PPUEXT) baseunix$(PPUEXT) unix$(PPUEXT) unixtype$(PPUEXT) ctypes$(PPUEXT)
|
cwstring$(PPUEXT) : $(UNIXINC)/cwstring.pp $(SYSTEMUNIT)$(PPUEXT) sysutils$(PPUEXT) baseunix$(PPUEXT) unix$(PPUEXT) unixtype$(PPUEXT) ctypes$(PPUEXT)
|
||||||
|
bsd$(PPUEXT) : initc$(PPUEXT) unix$(PPUEXT)
|
||||||
|
@ -285,3 +285,4 @@ ctypes$(PPUEXT) : $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT)
|
|||||||
|
|
||||||
cwstring$(PPUEXT) : $(UNIXINC)/cwstring.pp $(SYSTEMUNIT)$(PPUEXT) sysutils$(PPUEXT) baseunix$(PPUEXT) unix$(PPUEXT) unixtype$(PPUEXT) ctypes$(PPUEXT)
|
cwstring$(PPUEXT) : $(UNIXINC)/cwstring.pp $(SYSTEMUNIT)$(PPUEXT) sysutils$(PPUEXT) baseunix$(PPUEXT) unix$(PPUEXT) unixtype$(PPUEXT) ctypes$(PPUEXT)
|
||||||
|
|
||||||
|
bsd$(PPUEXT) : initc$(PPUEXT) unix$(PPUEXT)
|
||||||
|
Loading…
Reference in New Issue
Block a user