Browse Source

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

git-svn-id: trunk@5326 -
Jonas Maebe 19 years ago
parent
commit
8f8299d9f5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      rtl/darwin/Makefile
  2. 1 0
      rtl/darwin/Makefile.fpc

+ 1 - 0
rtl/darwin/Makefile

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

+ 1 - 0
rtl/darwin/Makefile.fpc

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