+ added dependencies for bsd unit so make -j works again

git-svn-id: trunk@5326 -
This commit is contained in:
Jonas Maebe 2006-11-11 09:48:27 +00:00
parent 636cb3beef
commit 8f8299d9f5
2 changed files with 2 additions and 0 deletions

View File

@ -1618,3 +1618,4 @@ initc$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
console$(PPUEXT) : baseunix$(PPUEXT) termio$(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)
bsd$(PPUEXT) : initc$(PPUEXT) unix$(PPUEXT)

View File

@ -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)
bsd$(PPUEXT) : initc$(PPUEXT) unix$(PPUEXT)