Fix baseunix PPU compilation rule for Haiku

git-svn-id: trunk@42083 -
This commit is contained in:
pierre 2019-05-16 11:31:33 +00:00
parent 902ef73c7c
commit e35110b68c
2 changed files with 2 additions and 2 deletions

View File

@ -3534,7 +3534,7 @@ strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc \
$(SYSTEMUNIT)$(PPUEXT)
unixtype$(PPUEXT) : $(UNIXINC)/unixtype.pp ptypes.inc $(UNIXINC)/ctypes.inc $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) $(UNIXINC)/unixtype.pp
baseunix$(PPUEXT) : $(UNIXINC)/unixtype.pp $(SYSTEMUNIT)$(PPUEXT)
baseunix$(PPUEXT) : baseunix.pp $(UNIXINC)/unixtype.pp $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) -Fi$(UNIXINC) -Fu$(UNIXINC) baseunix.pp
syscall$(PPUEXT) : $(UNIXINC)/syscall.pp $(SYSNRINC) $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) $(UNIXINC)/syscall.pp

View File

@ -137,7 +137,7 @@ strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc \
unixtype$(PPUEXT) : $(UNIXINC)/unixtype.pp ptypes.inc $(UNIXINC)/ctypes.inc $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) $(UNIXINC)/unixtype.pp
baseunix$(PPUEXT) : $(UNIXINC)/unixtype.pp $(SYSTEMUNIT)$(PPUEXT)
baseunix$(PPUEXT) : baseunix.pp unixtype$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) -Fi$(UNIXINC) -Fu$(UNIXINC) baseunix.pp
syscall$(PPUEXT) : $(UNIXINC)/syscall.pp $(SYSNRINC) $(SYSTEMUNIT)$(PPUEXT)